Shades of Neon Blue #2F3BFE
Tints of Neon Blue #2F3BFE
RGB
CMYK
RGB Variations
Color information
#2F3BFE (or 0x2F3BFE) is known color: Neon Blue. HEX triplet: 2F, 3B and FE. RGB value is (47,59,254). Sum of RGB (Red+Green+Blue) = 47+59+254=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F3BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3BFE is #D0C401. Grayscale: #4C4C4C. Windows color (decimal): -13681666 or 16661295. OLE color: 16661295.
HSL color Cylindrical-coordinate representation of color #2F3BFE: hue angle of 236.52º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F3BFE is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 59 | 254 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.00 |
| HSL | 236.52º | 0.99% | 0.59% | - |
| HSV(B) | 236.52º | 0.81% | 1% | - |
| XYZ | 20.63 | 10.89 | 94.78 | - |
| YUV | 77.64 | 227.52 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 59 | 254 | 0.81 | 0.77 | 0 | 0.00 | 236.52 | 0.99 | 0.59 |
| Hex | 2F | 3B | FE | 51 | 4D | 0 | 0 | ED | 63 | 3B |
| Octal | 57 | 73 | 376 | 121 | 115 | 0 | 0 | 355 | 143 | 73 |
| Binary | 101111 | 111011 | 11111110 | 1010001 | 1001101 | 0 | 0 | 11101101 | 1100011 | 111011 |
Color Harmonies of #2F3BFE
Complementary color
Monochromatic Colors of #2F3BFE
Black with #2F3BFE
Text Example
Text Example
White with #2F3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3BFE; }
p { color: rgb(47,59,254); }
H1.HeaderClassName
{
color: #2F3BFE;
}
.AnyTagClassName
{
color: #2F3BFE;
}
</style>
background-color css
<style>
a { background-color: #2F3BFE; }
a { background-color: rgb(47,59,254); }
div.DivClassName
{
background-color: #2F3BFE;
}
.BgClassName
{
background-color: #2F3BFE;
}
</style>
border-color css
<style>
span { border-color: #2F3BFE; }
span { border-color: rgb(47,59,254); }
td.TdClassName
{
border-color: #2F3BFE;
}
.TagClassName
{
border-color: #2F3BFE;
}
</style>