Shades of Neon Blue #253AF7
Tints of Neon Blue #253AF7
RGB
CMYK
RGB Variations
Color information
#253AF7 (or 0x253AF7) is known color: Neon Blue. HEX triplet: 25, 3A and F7. RGB value is (37,58,247). Sum of RGB (Red+Green+Blue) = 37+58+247=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 247 (96.88% from 255 or 72.22% from 342); Max value from RGB is 247 - color contains mainly: blue. Hex color #253AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253AF7 is #DAC508. Grayscale: #484848. Windows color (decimal): -14337289 or 16202277. OLE color: 16202277.
HSL color Cylindrical-coordinate representation of color #253AF7: hue angle of 234º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253AF7 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 58 | 247 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.03 |
| HSL | 234º | 0.93% | 0.56% | - |
| HSV(B) | 234º | 0.85% | 0.97% | - |
| XYZ | 19.06 | 10.13 | 88.95 | - |
| YUV | 73.27 | 226.04 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 247 | 0.85 | 0.77 | 0 | 0.03 | 234 | 0.93 | 0.56 |
| Hex | 25 | 3A | F7 | 55 | 4D | 0 | 3 | EA | 5D | 38 |
| Octal | 45 | 72 | 367 | 125 | 115 | 0 | 3 | 352 | 135 | 70 |
| Binary | 100101 | 111010 | 11110111 | 1010101 | 1001101 | 0 | 11 | 11101010 | 1011101 | 111000 |
Color Harmonies of #253AF7
Complementary color
Monochromatic Colors of #253AF7
Black with #253AF7
Text Example
Text Example
White with #253AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AF7; }
p { color: rgb(37,58,247); }
H1.HeaderClassName
{
color: #253AF7;
}
.AnyTagClassName
{
color: #253AF7;
}
</style>
background-color css
<style>
a { background-color: #253AF7; }
a { background-color: rgb(37,58,247); }
div.DivClassName
{
background-color: #253AF7;
}
.BgClassName
{
background-color: #253AF7;
}
</style>
border-color css
<style>
span { border-color: #253AF7; }
span { border-color: rgb(37,58,247); }
td.TdClassName
{
border-color: #253AF7;
}
.TagClassName
{
border-color: #253AF7;
}
</style>