Shades of Neon Blue #2F33FE
Tints of Neon Blue #2F33FE
RGB
CMYK
RGB Variations
Color information
#2F33FE (or 0x2F33FE) is known color: Neon Blue. HEX triplet: 2F, 33 and FE. RGB value is (47,51,254). Sum of RGB (Red+Green+Blue) = 47+51+254=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F33FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F33FE is #D0CC01. Grayscale: #484848. Windows color (decimal): -13683714 or 16659247. OLE color: 16659247.
HSL color Cylindrical-coordinate representation of color #2F33FE: hue angle of 238.84º 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 #2F33FE is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 51 | 254 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.00 |
| HSL | 238.84º | 0.99% | 0.59% | - |
| HSV(B) | 238.84º | 0.81% | 1% | - |
| XYZ | 20.25 | 10.13 | 94.65 | - |
| YUV | 72.95 | 230.17 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 254 | 0.81 | 0.80 | 0 | 0.00 | 238.84 | 0.99 | 0.59 |
| Hex | 2F | 33 | FE | 51 | 50 | 0 | 0 | EF | 63 | 3B |
| Octal | 57 | 63 | 376 | 121 | 120 | 0 | 0 | 357 | 143 | 73 |
| Binary | 101111 | 110011 | 11111110 | 1010001 | 1010000 | 0 | 0 | 11101111 | 1100011 | 111011 |
Color Harmonies of #2F33FE
Complementary color
Monochromatic Colors of #2F33FE
Black with #2F33FE
Text Example
Text Example
White with #2F33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F33FE; }
p { color: rgb(47,51,254); }
H1.HeaderClassName
{
color: #2F33FE;
}
.AnyTagClassName
{
color: #2F33FE;
}
</style>
background-color css
<style>
a { background-color: #2F33FE; }
a { background-color: rgb(47,51,254); }
div.DivClassName
{
background-color: #2F33FE;
}
.BgClassName
{
background-color: #2F33FE;
}
</style>
border-color css
<style>
span { border-color: #2F33FE; }
span { border-color: rgb(47,51,254); }
td.TdClassName
{
border-color: #2F33FE;
}
.TagClassName
{
border-color: #2F33FE;
}
</style>