Shades of Neon Blue #2430FA
Tints of Neon Blue #2430FA
RGB
CMYK
RGB Variations
Color information
#2430FA (or 0x2430FA) is known color: Neon Blue. HEX triplet: 24, 30 and FA. RGB value is (36,48,250). Sum of RGB (Red+Green+Blue) = 36+48+250=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #2430FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2430FA is #DBCF05. Grayscale: #424242. Windows color (decimal): -14405382 or 16396324. OLE color: 16396324.
HSL color Cylindrical-coordinate representation of color #2430FA: hue angle of 236.64º 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 #2430FA is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 48 | 250 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.02 |
| HSL | 236.64º | 0.96% | 0.56% | - |
| HSV(B) | 236.64º | 0.86% | 0.98% | - |
| XYZ | 19.04 | 9.39 | 91.25 | - |
| YUV | 67.44 | 231.02 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 250 | 0.86 | 0.81 | 0 | 0.02 | 236.64 | 0.96 | 0.56 |
| Hex | 24 | 30 | FA | 56 | 51 | 0 | 2 | ED | 60 | 38 |
| Octal | 44 | 60 | 372 | 126 | 121 | 0 | 2 | 355 | 140 | 70 |
| Binary | 100100 | 110000 | 11111010 | 1010110 | 1010001 | 0 | 10 | 11101101 | 1100000 | 111000 |
Color Harmonies of #2430FA
Complementary color
Monochromatic Colors of #2430FA
Black with #2430FA
Text Example
Text Example
White with #2430FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2430FA; }
p { color: rgb(36,48,250); }
H1.HeaderClassName
{
color: #2430FA;
}
.AnyTagClassName
{
color: #2430FA;
}
</style>
background-color css
<style>
a { background-color: #2430FA; }
a { background-color: rgb(36,48,250); }
div.DivClassName
{
background-color: #2430FA;
}
.BgClassName
{
background-color: #2430FA;
}
</style>
border-color css
<style>
span { border-color: #2430FA; }
span { border-color: rgb(36,48,250); }
td.TdClassName
{
border-color: #2430FA;
}
.TagClassName
{
border-color: #2430FA;
}
</style>