Shades of Neon Blue #2530FE
Tints of Neon Blue #2530FE
RGB
CMYK
RGB Variations
Color information
#2530FE (or 0x2530FE) is known color: Neon Blue. HEX triplet: 25, 30 and FE. RGB value is (37,48,254). Sum of RGB (Red+Green+Blue) = 37+48+254=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #2530FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2530FE is #DACF01. Grayscale: #434343. Windows color (decimal): -14339842 or 16658469. OLE color: 16658469.
HSL color Cylindrical-coordinate representation of color #2530FE: hue angle of 236.96º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2530FE is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 48 | 254 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.00 |
| HSL | 236.96º | 0.99% | 0.57% | - |
| HSV(B) | 236.96º | 0.85% | 1% | - |
| XYZ | 19.71 | 9.66 | 94.59 | - |
| YUV | 68.2 | 232.86 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 254 | 0.85 | 0.81 | 0 | 0.00 | 236.96 | 0.99 | 0.57 |
| Hex | 25 | 30 | FE | 55 | 51 | 0 | 0 | ED | 63 | 39 |
| Octal | 45 | 60 | 376 | 125 | 121 | 0 | 0 | 355 | 143 | 71 |
| Binary | 100101 | 110000 | 11111110 | 1010101 | 1010001 | 0 | 0 | 11101101 | 1100011 | 111001 |
Color Harmonies of #2530FE
Complementary color
Monochromatic Colors of #2530FE
Black with #2530FE
Text Example
Text Example
White with #2530FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2530FE; }
p { color: rgb(37,48,254); }
H1.HeaderClassName
{
color: #2530FE;
}
.AnyTagClassName
{
color: #2530FE;
}
</style>
background-color css
<style>
a { background-color: #2530FE; }
a { background-color: rgb(37,48,254); }
div.DivClassName
{
background-color: #2530FE;
}
.BgClassName
{
background-color: #2530FE;
}
</style>
border-color css
<style>
span { border-color: #2530FE; }
span { border-color: rgb(37,48,254); }
td.TdClassName
{
border-color: #2530FE;
}
.TagClassName
{
border-color: #2530FE;
}
</style>