Shades of Neon Blue #253AF3
Tints of Neon Blue #253AF3
RGB
CMYK
RGB Variations
Color information
#253AF3 (or 0x253AF3) is known color: Neon Blue. HEX triplet: 25, 3A and F3. RGB value is (37,58,243). Sum of RGB (Red+Green+Blue) = 37+58+243=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 243 (95.31% from 255 or 71.89% from 338); Max value from RGB is 243 - color contains mainly: blue. Hex color #253AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253AF3 is #DAC50C. Grayscale: #484848. Windows color (decimal): -14337293 or 15940133. OLE color: 15940133.
HSL color Cylindrical-coordinate representation of color #253AF3: hue angle of 233.88º degrees, saturation: 0.9, 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 #253AF3 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 58 | 243 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.05 |
| HSL | 233.88º | 0.9% | 0.55% | - |
| HSV(B) | 233.88º | 0.85% | 0.95% | - |
| XYZ | 18.45 | 9.89 | 85.73 | - |
| YUV | 72.81 | 224.04 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 243 | 0.85 | 0.76 | 0 | 0.05 | 233.88 | 0.9 | 0.55 |
| Hex | 25 | 3A | F3 | 55 | 4C | 0 | 5 | EA | 5A | 37 |
| Octal | 45 | 72 | 363 | 125 | 114 | 0 | 5 | 352 | 132 | 67 |
| Binary | 100101 | 111010 | 11110011 | 1010101 | 1001100 | 0 | 101 | 11101010 | 1011010 | 110111 |
Color Harmonies of #253AF3
Complementary color
Monochromatic Colors of #253AF3
Black with #253AF3
Text Example
Text Example
White with #253AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AF3; }
p { color: rgb(37,58,243); }
H1.HeaderClassName
{
color: #253AF3;
}
.AnyTagClassName
{
color: #253AF3;
}
</style>
background-color css
<style>
a { background-color: #253AF3; }
a { background-color: rgb(37,58,243); }
div.DivClassName
{
background-color: #253AF3;
}
.BgClassName
{
background-color: #253AF3;
}
</style>
border-color css
<style>
span { border-color: #253AF3; }
span { border-color: rgb(37,58,243); }
td.TdClassName
{
border-color: #253AF3;
}
.TagClassName
{
border-color: #253AF3;
}
</style>