Shades of Neon Blue #2434F6
Tints of Neon Blue #2434F6
RGB
CMYK
RGB Variations
Color information
#2434F6 (or 0x2434F6) is known color: Neon Blue. HEX triplet: 24, 34 and F6. RGB value is (36,52,246). Sum of RGB (Red+Green+Blue) = 36+52+246=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 246 (96.48% from 255 or 73.65% from 334); Max value from RGB is 246 - color contains mainly: blue. Hex color #2434F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2434F6 is #DBCB09. Grayscale: #444444. Windows color (decimal): -14404362 or 16135204. OLE color: 16135204.
HSL color Cylindrical-coordinate representation of color #2434F6: hue angle of 235.43º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2434F6 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 52 | 246 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.04 |
| HSL | 235.43º | 0.92% | 0.55% | - |
| HSV(B) | 235.43º | 0.85% | 0.96% | - |
| XYZ | 18.59 | 9.48 | 88.04 | - |
| YUV | 69.33 | 227.7 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 246 | 0.85 | 0.79 | 0 | 0.04 | 235.43 | 0.92 | 0.55 |
| Hex | 24 | 34 | F6 | 55 | 4F | 0 | 4 | EB | 5C | 37 |
| Octal | 44 | 64 | 366 | 125 | 117 | 0 | 4 | 353 | 134 | 67 |
| Binary | 100100 | 110100 | 11110110 | 1010101 | 1001111 | 0 | 100 | 11101011 | 1011100 | 110111 |
Color Harmonies of #2434F6
Complementary color
Monochromatic Colors of #2434F6
Black with #2434F6
Text Example
Text Example
White with #2434F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2434F6; }
p { color: rgb(36,52,246); }
H1.HeaderClassName
{
color: #2434F6;
}
.AnyTagClassName
{
color: #2434F6;
}
</style>
background-color css
<style>
a { background-color: #2434F6; }
a { background-color: rgb(36,52,246); }
div.DivClassName
{
background-color: #2434F6;
}
.BgClassName
{
background-color: #2434F6;
}
</style>
border-color css
<style>
span { border-color: #2434F6; }
span { border-color: rgb(36,52,246); }
td.TdClassName
{
border-color: #2434F6;
}
.TagClassName
{
border-color: #2434F6;
}
</style>