Shades of Neon Blue #3F4BFC
Tints of Neon Blue #3F4BFC
RGB
CMYK
RGB Variations
Color information
#3F4BFC (or 0x3F4BFC) is known color: Neon Blue. HEX triplet: 3F, 4B and FC. RGB value is (63,75,252). Sum of RGB (Red+Green+Blue) = 63+75+252=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F4BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F4BFC is #C0B403. Grayscale: #5A5A5A. Windows color (decimal): -12628996 or 16534335. OLE color: 16534335.
HSL color Cylindrical-coordinate representation of color #3F4BFC: hue angle of 236.19º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F4BFC is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 75 | 252 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.01 |
| HSL | 236.19º | 0.97% | 0.62% | - |
| HSV(B) | 236.19º | 0.75% | 0.99% | - |
| XYZ | 22.14 | 13.12 | 93.46 | - |
| YUV | 91.59 | 218.52 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 75 | 252 | 0.75 | 0.70 | 0 | 0.01 | 236.19 | 0.97 | 0.62 |
| Hex | 3F | 4B | FC | 4B | 46 | 0 | 1 | EC | 61 | 3E |
| Octal | 77 | 113 | 374 | 113 | 106 | 0 | 1 | 354 | 141 | 76 |
| Binary | 111111 | 1001011 | 11111100 | 1001011 | 1000110 | 0 | 1 | 11101100 | 1100001 | 111110 |
Color Harmonies of #3F4BFC
Complementary color
Monochromatic Colors of #3F4BFC
Black with #3F4BFC
Text Example
Text Example
White with #3F4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4BFC; }
p { color: rgb(63,75,252); }
H1.HeaderClassName
{
color: #3F4BFC;
}
.AnyTagClassName
{
color: #3F4BFC;
}
</style>
background-color css
<style>
a { background-color: #3F4BFC; }
a { background-color: rgb(63,75,252); }
div.DivClassName
{
background-color: #3F4BFC;
}
.BgClassName
{
background-color: #3F4BFC;
}
</style>
border-color css
<style>
span { border-color: #3F4BFC; }
span { border-color: rgb(63,75,252); }
td.TdClassName
{
border-color: #3F4BFC;
}
.TagClassName
{
border-color: #3F4BFC;
}
</style>