Shades of Neon Blue #2434FA
Tints of Neon Blue #2434FA
RGB
CMYK
RGB Variations
Color information
#2434FA (or 0x2434FA) is known color: Neon Blue. HEX triplet: 24, 34 and FA. RGB value is (36,52,250). Sum of RGB (Red+Green+Blue) = 36+52+250=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #2434FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2434FA is #DBCB05. Grayscale: #444444. Windows color (decimal): -14404358 or 16397348. OLE color: 16397348.
HSL color Cylindrical-coordinate representation of color #2434FA: hue angle of 235.51º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2434FA is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 52 | 250 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.02 |
| HSL | 235.51º | 0.96% | 0.56% | - |
| HSV(B) | 235.51º | 0.86% | 0.98% | - |
| XYZ | 19.21 | 9.73 | 91.31 | - |
| YUV | 69.79 | 229.7 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 250 | 0.86 | 0.79 | 0 | 0.02 | 235.51 | 0.96 | 0.56 |
| Hex | 24 | 34 | FA | 56 | 4F | 0 | 2 | EC | 60 | 38 |
| Octal | 44 | 64 | 372 | 126 | 117 | 0 | 2 | 354 | 140 | 70 |
| Binary | 100100 | 110100 | 11111010 | 1010110 | 1001111 | 0 | 10 | 11101100 | 1100000 | 111000 |
Color Harmonies of #2434FA
Complementary color
Monochromatic Colors of #2434FA
Black with #2434FA
Text Example
Text Example
White with #2434FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2434FA; }
p { color: rgb(36,52,250); }
H1.HeaderClassName
{
color: #2434FA;
}
.AnyTagClassName
{
color: #2434FA;
}
</style>
background-color css
<style>
a { background-color: #2434FA; }
a { background-color: rgb(36,52,250); }
div.DivClassName
{
background-color: #2434FA;
}
.BgClassName
{
background-color: #2434FA;
}
</style>
border-color css
<style>
span { border-color: #2434FA; }
span { border-color: rgb(36,52,250); }
td.TdClassName
{
border-color: #2434FA;
}
.TagClassName
{
border-color: #2434FA;
}
</style>