Shades of Neon Blue #292BFD
Tints of Neon Blue #292BFD
RGB
CMYK
RGB Variations
Color information
#292BFD (or 0x292BFD) is known color: Neon Blue. HEX triplet: 29, 2B and FD. RGB value is (41,43,253). Sum of RGB (Red+Green+Blue) = 41+43+253=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #292BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292BFD is #D6D402. Grayscale: #414141. Windows color (decimal): -14078979 or 16591657. OLE color: 16591657.
HSL color Cylindrical-coordinate representation of color #292BFD: hue angle of 239.43º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #292BFD is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 43 | 253 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.01 |
| HSL | 239.43º | 0.98% | 0.58% | - |
| HSV(B) | 239.43º | 0.84% | 0.99% | - |
| XYZ | 19.51 | 9.29 | 93.69 | - |
| YUV | 66.34 | 233.34 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 253 | 0.84 | 0.83 | 0 | 0.01 | 239.43 | 0.98 | 0.58 |
| Hex | 29 | 2B | FD | 54 | 53 | 0 | 1 | EF | 62 | 3A |
| Octal | 51 | 53 | 375 | 124 | 123 | 0 | 1 | 357 | 142 | 72 |
| Binary | 101001 | 101011 | 11111101 | 1010100 | 1010011 | 0 | 1 | 11101111 | 1100010 | 111010 |
Color Harmonies of #292BFD
Complementary color
Monochromatic Colors of #292BFD
Black with #292BFD
Text Example
Text Example
White with #292BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292BFD; }
p { color: rgb(41,43,253); }
H1.HeaderClassName
{
color: #292BFD;
}
.AnyTagClassName
{
color: #292BFD;
}
</style>
background-color css
<style>
a { background-color: #292BFD; }
a { background-color: rgb(41,43,253); }
div.DivClassName
{
background-color: #292BFD;
}
.BgClassName
{
background-color: #292BFD;
}
</style>
border-color css
<style>
span { border-color: #292BFD; }
span { border-color: rgb(41,43,253); }
td.TdClassName
{
border-color: #292BFD;
}
.TagClassName
{
border-color: #292BFD;
}
</style>