Shades of Neon Blue #292FFC
Tints of Neon Blue #292FFC
RGB
CMYK
RGB Variations
Color information
#292FFC (or 0x292FFC) is known color: Neon Blue. HEX triplet: 29, 2F and FC. RGB value is (41,47,252). Sum of RGB (Red+Green+Blue) = 41+47+252=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 252 (98.83% from 255 or 74.12% from 340); Max value from RGB is 252 - color contains mainly: blue. Hex color #292FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292FFC is #D6D003. Grayscale: #434343. Windows color (decimal): -14077956 or 16527145. OLE color: 16527145.
HSL color Cylindrical-coordinate representation of color #292FFC: hue angle of 238.29º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #292FFC is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 47 | 252 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.01 |
| HSL | 238.29º | 0.97% | 0.57% | - |
| HSV(B) | 238.29º | 0.84% | 0.99% | - |
| XYZ | 19.5 | 9.53 | 92.91 | - |
| YUV | 68.58 | 231.51 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 252 | 0.84 | 0.81 | 0 | 0.01 | 238.29 | 0.97 | 0.57 |
| Hex | 29 | 2F | FC | 54 | 51 | 0 | 1 | EE | 61 | 39 |
| Octal | 51 | 57 | 374 | 124 | 121 | 0 | 1 | 356 | 141 | 71 |
| Binary | 101001 | 101111 | 11111100 | 1010100 | 1010001 | 0 | 1 | 11101110 | 1100001 | 111001 |
Color Harmonies of #292FFC
Complementary color
Monochromatic Colors of #292FFC
Black with #292FFC
Text Example
Text Example
White with #292FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292FFC; }
p { color: rgb(41,47,252); }
H1.HeaderClassName
{
color: #292FFC;
}
.AnyTagClassName
{
color: #292FFC;
}
</style>
background-color css
<style>
a { background-color: #292FFC; }
a { background-color: rgb(41,47,252); }
div.DivClassName
{
background-color: #292FFC;
}
.BgClassName
{
background-color: #292FFC;
}
</style>
border-color css
<style>
span { border-color: #292FFC; }
span { border-color: rgb(41,47,252); }
td.TdClassName
{
border-color: #292FFC;
}
.TagClassName
{
border-color: #292FFC;
}
</style>