Shades of Neon Blue #2430F5
Tints of Neon Blue #2430F5
RGB
CMYK
RGB Variations
Color information
#2430F5 (or 0x2430F5) is known color: Neon Blue. HEX triplet: 24, 30 and F5. RGB value is (36,48,245). Sum of RGB (Red+Green+Blue) = 36+48+245=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 245 (96.09% from 255 or 74.47% from 329); Max value from RGB is 245 - color contains mainly: blue. Hex color #2430F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2430F5 is #DBCF0A. Grayscale: #424242. Windows color (decimal): -14405387 or 16068644. OLE color: 16068644.
HSL color Cylindrical-coordinate representation of color #2430F5: hue angle of 236.56º degrees, saturation: 0.91, 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 #2430F5 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 48 | 245 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.04 |
| HSL | 236.56º | 0.91% | 0.55% | - |
| HSV(B) | 236.56º | 0.85% | 0.96% | - |
| XYZ | 18.27 | 9.08 | 87.18 | - |
| YUV | 66.87 | 228.52 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 245 | 0.85 | 0.80 | 0 | 0.04 | 236.56 | 0.91 | 0.55 |
| Hex | 24 | 30 | F5 | 55 | 50 | 0 | 4 | ED | 5B | 37 |
| Octal | 44 | 60 | 365 | 125 | 120 | 0 | 4 | 355 | 133 | 67 |
| Binary | 100100 | 110000 | 11110101 | 1010101 | 1010000 | 0 | 100 | 11101101 | 1011011 | 110111 |
Color Harmonies of #2430F5
Complementary color
Monochromatic Colors of #2430F5
Black with #2430F5
Text Example
Text Example
White with #2430F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2430F5; }
p { color: rgb(36,48,245); }
H1.HeaderClassName
{
color: #2430F5;
}
.AnyTagClassName
{
color: #2430F5;
}
</style>
background-color css
<style>
a { background-color: #2430F5; }
a { background-color: rgb(36,48,245); }
div.DivClassName
{
background-color: #2430F5;
}
.BgClassName
{
background-color: #2430F5;
}
</style>
border-color css
<style>
span { border-color: #2430F5; }
span { border-color: rgb(36,48,245); }
td.TdClassName
{
border-color: #2430F5;
}
.TagClassName
{
border-color: #2430F5;
}
</style>