Shades of Neon Blue #2F3BFC
Tints of Neon Blue #2F3BFC
RGB
CMYK
RGB Variations
Color information
#2F3BFC (or 0x2F3BFC) is known color: Neon Blue. HEX triplet: 2F, 3B and FC. RGB value is (47,59,252). Sum of RGB (Red+Green+Blue) = 47+59+252=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F3BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3BFC is #D0C403. Grayscale: #4C4C4C. Windows color (decimal): -13681668 or 16530223. OLE color: 16530223.
HSL color Cylindrical-coordinate representation of color #2F3BFC: hue angle of 236.49º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F3BFC is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 59 | 252 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.01 |
| HSL | 236.49º | 0.97% | 0.59% | - |
| HSV(B) | 236.49º | 0.81% | 0.99% | - |
| XYZ | 20.31 | 10.76 | 93.1 | - |
| YUV | 77.41 | 226.52 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 59 | 252 | 0.81 | 0.77 | 0 | 0.01 | 236.49 | 0.97 | 0.59 |
| Hex | 2F | 3B | FC | 51 | 4D | 0 | 1 | EC | 61 | 3B |
| Octal | 57 | 73 | 374 | 121 | 115 | 0 | 1 | 354 | 141 | 73 |
| Binary | 101111 | 111011 | 11111100 | 1010001 | 1001101 | 0 | 1 | 11101100 | 1100001 | 111011 |
Color Harmonies of #2F3BFC
Complementary color
Monochromatic Colors of #2F3BFC
Black with #2F3BFC
Text Example
Text Example
White with #2F3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3BFC; }
p { color: rgb(47,59,252); }
H1.HeaderClassName
{
color: #2F3BFC;
}
.AnyTagClassName
{
color: #2F3BFC;
}
</style>
background-color css
<style>
a { background-color: #2F3BFC; }
a { background-color: rgb(47,59,252); }
div.DivClassName
{
background-color: #2F3BFC;
}
.BgClassName
{
background-color: #2F3BFC;
}
</style>
border-color css
<style>
span { border-color: #2F3BFC; }
span { border-color: rgb(47,59,252); }
td.TdClassName
{
border-color: #2F3BFC;
}
.TagClassName
{
border-color: #2F3BFC;
}
</style>