#3f5af9

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

Shades of Neon Blue #3F5AF9

Tints of Neon Blue #3F5AF9

Color information

#3F5AF9 (or 0x3F5AF9) is unknown color: approx Neon Blue. HEX triplet: 3F, 5A and F9. RGB value is (63,90,249). Sum of RGB (Red+Green+Blue) = 63+90+249=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 249 (97.66% from 255 or 61.94% from 402); Max value from RGB is 249 - color contains mainly: blue. Hex color #3F5AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F5AF9 is #C0A506. Grayscale: #636363. Windows color (decimal): -12625159 or 16341567. OLE color: 16341567.

HSL color Cylindrical-coordinate representation of color #3F5AF9: hue angle of 231.29º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F5AF9 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6390249-
CMYK0.750.6400.02
HSL231.29º93.94%61.18%-
HSV(B)231.29º74.7%97.65%-
XYZ22.815.2191.36-
YUV100.05212.05101.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.67%
GREEN value IS 90 (35.55% from 255) = 22.39%
BLUE value IS 249 (97.66% from 255) = 61.94%
R=15.67%
G=22.39%
B=61.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal63902490.750.6400.02231.2993.9461.18
Hex3F5AF94B4002e75e3d
Octal771323711131000234713675
Binary11111110110101111100110010111000000010111001111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f5af9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,90,249); }

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

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

 a { background-color: rgb(63,90,249); }

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

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

 span { border-color: rgb(63,90,249); }

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