Shades of Neon Blue #3F40FA
Tints of Neon Blue #3F40FA
RGB
CMYK
RGB Variations
Color information
#3F40FA (or 0x3F40FA) is known color: Neon Blue. HEX triplet: 3F, 40 and FA. RGB value is (63,64,250). Sum of RGB (Red+Green+Blue) = 63+64+250=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F40FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F40FA is #C0BF05. Grayscale: #545454. Windows color (decimal): -12631814 or 16400447. OLE color: 16400447.
HSL color Cylindrical-coordinate representation of color #3F40FA: hue angle of 239.68º degrees, saturation: 0.95, 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 #3F40FA is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 64 | 250 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.02 |
| HSL | 239.68º | 0.95% | 0.61% | - |
| HSV(B) | 239.68º | 0.75% | 0.98% | - |
| XYZ | 21.14 | 11.63 | 91.57 | - |
| YUV | 84.91 | 221.17 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 250 | 0.75 | 0.74 | 0 | 0.02 | 239.68 | 0.95 | 0.61 |
| Hex | 3F | 40 | FA | 4B | 4A | 0 | 2 | F0 | 5F | 3D |
| Octal | 77 | 100 | 372 | 113 | 112 | 0 | 2 | 360 | 137 | 75 |
| Binary | 111111 | 1000000 | 11111010 | 1001011 | 1001010 | 0 | 10 | 11110000 | 1011111 | 111101 |
Color Harmonies of #3F40FA
Complementary color
Monochromatic Colors of #3F40FA
Black with #3F40FA
Text Example
Text Example
White with #3F40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F40FA; }
p { color: rgb(63,64,250); }
H1.HeaderClassName
{
color: #3F40FA;
}
.AnyTagClassName
{
color: #3F40FA;
}
</style>
background-color css
<style>
a { background-color: #3F40FA; }
a { background-color: rgb(63,64,250); }
div.DivClassName
{
background-color: #3F40FA;
}
.BgClassName
{
background-color: #3F40FA;
}
</style>
border-color css
<style>
span { border-color: #3F40FA; }
span { border-color: rgb(63,64,250); }
td.TdClassName
{
border-color: #3F40FA;
}
.TagClassName
{
border-color: #3F40FA;
}
</style>