#3D4AF8

Color #3D4AF8 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3D4AF8

Tints of Neon Blue #3D4AF8

Color information

#3D4AF8 (or 0x3D4AF8) is unknown color: approx Neon Blue. HEX triplet: 3D, 4A and F8. RGB value is (61,74,248). Sum of RGB (Red+Green+Blue) = 61+74+248=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 248 (97.27% from 255 or 64.75% from 383); Max value from RGB is 248 - color contains mainly: blue. Hex color #3D4AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D4AF8 is #C2B507. Grayscale: #595959. Windows color (decimal): -12760328 or 16271933. OLE color: 16271933.

HSL color Cylindrical-coordinate representation of color #3D4AF8: hue angle of 235.83º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D4AF8 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6174248-
CMYK0.750.7000.03
HSL235.83º93.03%60.59%-
HSV(B)235.83º75.4%97.25%-
XYZ21.3212.6790.13-
YUV89.95217.19107.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 15.93%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 248 (97.27% from 255) = 64.75%
R=15.93%
G=19.32%
B=64.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal61742480.750.7000.03235.8393.0360.59
Hex3D4AF84B4603ec5d3d
Octal751123701131060335413575
Binary11110110010101111100010010111000110011111011001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D4AF8; }

 p { color: rgb(61,74,248); }

 H1.HeaderClassName
 {
   color: #3D4AF8;
 }
 .AnyTagClassName
 {
   color: #3D4AF8;
 }
</style>
background-color css

<style>
 a { background-color: #3D4AF8; }

 a { background-color: rgb(61,74,248); }

 div.DivClassName
 {
   background-color: #3D4AF8;
 }
 .BgClassName
 {
   background-color: #3D4AF8;
 }
</style>
border-color css

<style>
 span { border-color: #3D4AF8; }

 span { border-color: rgb(61,74,248); }

 td.TdClassName
 {
   border-color: #3D4AF8;
 }
 .TagClassName
 {
   border-color: #3D4AF8;
 }
</style>