Shades of Neon Blue #253AF0
Tints of Neon Blue #253AF0
RGB
CMYK
RGB Variations
Color information
#253AF0 (or 0x253AF0) is known color: Neon Blue. HEX triplet: 25, 3A and F0. RGB value is (37,58,240). Sum of RGB (Red+Green+Blue) = 37+58+240=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 240 (94.14% from 255 or 71.64% from 335); Max value from RGB is 240 - color contains mainly: blue. Hex color #253AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253AF0 is #DAC50F. Grayscale: #474747. Windows color (decimal): -14337296 or 15743525. OLE color: 15743525.
HSL color Cylindrical-coordinate representation of color #253AF0: hue angle of 233.79º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253AF0 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 58 | 240 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.06 |
| HSL | 233.79º | 0.87% | 0.54% | - |
| HSV(B) | 233.79º | 0.85% | 0.94% | - |
| XYZ | 18 | 9.71 | 83.36 | - |
| YUV | 72.47 | 222.54 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 240 | 0.85 | 0.76 | 0 | 0.06 | 233.79 | 0.87 | 0.54 |
| Hex | 25 | 3A | F0 | 55 | 4C | 0 | 6 | EA | 57 | 36 |
| Octal | 45 | 72 | 360 | 125 | 114 | 0 | 6 | 352 | 127 | 66 |
| Binary | 100101 | 111010 | 11110000 | 1010101 | 1001100 | 0 | 110 | 11101010 | 1010111 | 110110 |
Color Harmonies of #253AF0
Complementary color
Monochromatic Colors of #253AF0
Black with #253AF0
Text Example
Text Example
White with #253AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AF0; }
p { color: rgb(37,58,240); }
H1.HeaderClassName
{
color: #253AF0;
}
.AnyTagClassName
{
color: #253AF0;
}
</style>
background-color css
<style>
a { background-color: #253AF0; }
a { background-color: rgb(37,58,240); }
div.DivClassName
{
background-color: #253AF0;
}
.BgClassName
{
background-color: #253AF0;
}
</style>
border-color css
<style>
span { border-color: #253AF0; }
span { border-color: rgb(37,58,240); }
td.TdClassName
{
border-color: #253AF0;
}
.TagClassName
{
border-color: #253AF0;
}
</style>