Shades of Neon Blue #2430FB
Tints of Neon Blue #2430FB
RGB
CMYK
RGB Variations
Color information
#2430FB (or 0x2430FB) is known color: Neon Blue. HEX triplet: 24, 30 and FB. RGB value is (36,48,251). Sum of RGB (Red+Green+Blue) = 36+48+251=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #2430FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2430FB is #DBCF04. Grayscale: #424242. Windows color (decimal): -14405381 or 16461860. OLE color: 16461860.
HSL color Cylindrical-coordinate representation of color #2430FB: hue angle of 236.65º 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 #2430FB is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 48 | 251 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.02 |
| HSL | 236.65º | 0.96% | 0.56% | - |
| HSV(B) | 236.65º | 0.86% | 0.98% | - |
| XYZ | 19.2 | 9.45 | 92.08 | - |
| YUV | 67.55 | 231.52 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 251 | 0.86 | 0.81 | 0 | 0.02 | 236.65 | 0.96 | 0.56 |
| Hex | 24 | 30 | FB | 56 | 51 | 0 | 2 | ED | 60 | 38 |
| Octal | 44 | 60 | 373 | 126 | 121 | 0 | 2 | 355 | 140 | 70 |
| Binary | 100100 | 110000 | 11111011 | 1010110 | 1010001 | 0 | 10 | 11101101 | 1100000 | 111000 |
Color Harmonies of #2430FB
Complementary color
Monochromatic Colors of #2430FB
Black with #2430FB
Text Example
Text Example
White with #2430FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2430FB; }
p { color: rgb(36,48,251); }
H1.HeaderClassName
{
color: #2430FB;
}
.AnyTagClassName
{
color: #2430FB;
}
</style>
background-color css
<style>
a { background-color: #2430FB; }
a { background-color: rgb(36,48,251); }
div.DivClassName
{
background-color: #2430FB;
}
.BgClassName
{
background-color: #2430FB;
}
</style>
border-color css
<style>
span { border-color: #2430FB; }
span { border-color: rgb(36,48,251); }
td.TdClassName
{
border-color: #2430FB;
}
.TagClassName
{
border-color: #2430FB;
}
</style>