Shades of Neon Blue #2F2DFE
Tints of Neon Blue #2F2DFE
RGB
CMYK
RGB Variations
Color information
#2F2DFE (or 0x2F2DFE) is known color: Neon Blue. HEX triplet: 2F, 2D and FE. RGB value is (47,45,254). Sum of RGB (Red+Green+Blue) = 47+45+254=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F2DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2DFE is #D0D201. Grayscale: #444444. Windows color (decimal): -13685250 or 16657711. OLE color: 16657711.
HSL color Cylindrical-coordinate representation of color #2F2DFE: hue angle of 240.57º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F2DFE is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 45 | 254 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.00 |
| HSL | 240.57º | 0.99% | 0.59% | - |
| HSV(B) | 240.57º | 0.82% | 1% | - |
| XYZ | 20 | 9.64 | 94.57 | - |
| YUV | 69.42 | 232.16 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 254 | 0.81 | 0.82 | 0 | 0.00 | 240.57 | 0.99 | 0.59 |
| Hex | 2F | 2D | FE | 51 | 52 | 0 | 0 | F1 | 63 | 3B |
| Octal | 57 | 55 | 376 | 121 | 122 | 0 | 0 | 361 | 143 | 73 |
| Binary | 101111 | 101101 | 11111110 | 1010001 | 1010010 | 0 | 0 | 11110001 | 1100011 | 111011 |
Color Harmonies of #2F2DFE
Complementary color
Monochromatic Colors of #2F2DFE
Black with #2F2DFE
Text Example
Text Example
White with #2F2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2DFE; }
p { color: rgb(47,45,254); }
H1.HeaderClassName
{
color: #2F2DFE;
}
.AnyTagClassName
{
color: #2F2DFE;
}
</style>
background-color css
<style>
a { background-color: #2F2DFE; }
a { background-color: rgb(47,45,254); }
div.DivClassName
{
background-color: #2F2DFE;
}
.BgClassName
{
background-color: #2F2DFE;
}
</style>
border-color css
<style>
span { border-color: #2F2DFE; }
span { border-color: rgb(47,45,254); }
td.TdClassName
{
border-color: #2F2DFE;
}
.TagClassName
{
border-color: #2F2DFE;
}
</style>