Shades of Neon Blue #253BF2
Tints of Neon Blue #253BF2
RGB
CMYK
RGB Variations
Color information
#253BF2 (or 0x253BF2) is known color: Neon Blue. HEX triplet: 25, 3B and F2. RGB value is (37,59,242). Sum of RGB (Red+Green+Blue) = 37+59+242=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 242 (94.92% from 255 or 71.60% from 338); Max value from RGB is 242 - color contains mainly: blue. Hex color #253BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253BF2 is #DAC40D. Grayscale: #484848. Windows color (decimal): -14337038 or 15874853. OLE color: 15874853.
HSL color Cylindrical-coordinate representation of color #253BF2: hue angle of 233.56º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253BF2 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 59 | 242 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.05 |
| HSL | 233.56º | 0.89% | 0.55% | - |
| HSV(B) | 233.56º | 0.85% | 0.95% | - |
| XYZ | 18.35 | 9.93 | 84.95 | - |
| YUV | 73.28 | 223.21 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 242 | 0.85 | 0.76 | 0 | 0.05 | 233.56 | 0.89 | 0.55 |
| Hex | 25 | 3B | F2 | 55 | 4C | 0 | 5 | EA | 59 | 37 |
| Octal | 45 | 73 | 362 | 125 | 114 | 0 | 5 | 352 | 131 | 67 |
| Binary | 100101 | 111011 | 11110010 | 1010101 | 1001100 | 0 | 101 | 11101010 | 1011001 | 110111 |
Color Harmonies of #253BF2
Complementary color
Monochromatic Colors of #253BF2
Black with #253BF2
Text Example
Text Example
White with #253BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253BF2; }
p { color: rgb(37,59,242); }
H1.HeaderClassName
{
color: #253BF2;
}
.AnyTagClassName
{
color: #253BF2;
}
</style>
background-color css
<style>
a { background-color: #253BF2; }
a { background-color: rgb(37,59,242); }
div.DivClassName
{
background-color: #253BF2;
}
.BgClassName
{
background-color: #253BF2;
}
</style>
border-color css
<style>
span { border-color: #253BF2; }
span { border-color: rgb(37,59,242); }
td.TdClassName
{
border-color: #253BF2;
}
.TagClassName
{
border-color: #253BF2;
}
</style>