Shades of Neon Blue #3F4AF8
Tints of Neon Blue #3F4AF8
RGB
CMYK
RGB Variations
Color information
#3F4AF8 (or 0x3F4AF8) is known color: Neon Blue. HEX triplet: 3F, 4A and F8. RGB value is (63,74,248). Sum of RGB (Red+Green+Blue) = 63+74+248=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 248 (97.27% from 255 or 64.42% from 385); Max value from RGB is 248 - color contains mainly: blue. Hex color #3F4AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F4AF8 is #C0B507. Grayscale: #595959. Windows color (decimal): -12629256 or 16271935. OLE color: 16271935.
HSL color Cylindrical-coordinate representation of color #3F4AF8: hue angle of 236.43º 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 #3F4AF8 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 74 | 248 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.03 |
| HSL | 236.43º | 0.93% | 0.61% | - |
| HSV(B) | 236.43º | 0.75% | 0.97% | - |
| XYZ | 21.44 | 12.73 | 90.13 | - |
| YUV | 90.55 | 216.86 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 248 | 0.75 | 0.70 | 0 | 0.03 | 236.43 | 0.93 | 0.61 |
| Hex | 3F | 4A | F8 | 4B | 46 | 0 | 3 | EC | 5D | 3D |
| Octal | 77 | 112 | 370 | 113 | 106 | 0 | 3 | 354 | 135 | 75 |
| Binary | 111111 | 1001010 | 11111000 | 1001011 | 1000110 | 0 | 11 | 11101100 | 1011101 | 111101 |
Color Harmonies of #3F4AF8
Complementary color
Monochromatic Colors of #3F4AF8
Black with #3F4AF8
Text Example
Text Example
White with #3F4AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4AF8; }
p { color: rgb(63,74,248); }
H1.HeaderClassName
{
color: #3F4AF8;
}
.AnyTagClassName
{
color: #3F4AF8;
}
</style>
background-color css
<style>
a { background-color: #3F4AF8; }
a { background-color: rgb(63,74,248); }
div.DivClassName
{
background-color: #3F4AF8;
}
.BgClassName
{
background-color: #3F4AF8;
}
</style>
border-color css
<style>
span { border-color: #3F4AF8; }
span { border-color: rgb(63,74,248); }
td.TdClassName
{
border-color: #3F4AF8;
}
.TagClassName
{
border-color: #3F4AF8;
}
</style>