Shades of Neon Blue #3F3BFC
Tints of Neon Blue #3F3BFC
RGB
CMYK
RGB Variations
Color information
#3F3BFC (or 0x3F3BFC) is known color: Neon Blue. HEX triplet: 3F, 3B and FC. RGB value is (63,59,252). Sum of RGB (Red+Green+Blue) = 63+59+252=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F3BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F3BFC is #C0C403. Grayscale: #515151. Windows color (decimal): -12633092 or 16530239. OLE color: 16530239.
HSL color Cylindrical-coordinate representation of color #3F3BFC: hue angle of 241.24º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F3BFC is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 59 | 252 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.01 |
| HSL | 241.24º | 0.97% | 0.61% | - |
| HSV(B) | 241.24º | 0.77% | 0.99% | - |
| XYZ | 21.18 | 11.21 | 93.14 | - |
| YUV | 82.2 | 223.83 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 252 | 0.75 | 0.77 | 0 | 0.01 | 241.24 | 0.97 | 0.61 |
| Hex | 3F | 3B | FC | 4B | 4D | 0 | 1 | F1 | 61 | 3D |
| Octal | 77 | 73 | 374 | 113 | 115 | 0 | 1 | 361 | 141 | 75 |
| Binary | 111111 | 111011 | 11111100 | 1001011 | 1001101 | 0 | 1 | 11110001 | 1100001 | 111101 |
Color Harmonies of #3F3BFC
Complementary color
Monochromatic Colors of #3F3BFC
Black with #3F3BFC
Text Example
Text Example
White with #3F3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3BFC; }
p { color: rgb(63,59,252); }
H1.HeaderClassName
{
color: #3F3BFC;
}
.AnyTagClassName
{
color: #3F3BFC;
}
</style>
background-color css
<style>
a { background-color: #3F3BFC; }
a { background-color: rgb(63,59,252); }
div.DivClassName
{
background-color: #3F3BFC;
}
.BgClassName
{
background-color: #3F3BFC;
}
</style>
border-color css
<style>
span { border-color: #3F3BFC; }
span { border-color: rgb(63,59,252); }
td.TdClassName
{
border-color: #3F3BFC;
}
.TagClassName
{
border-color: #3F3BFC;
}
</style>