Shades of Neon Blue #253CFA
Tints of Neon Blue #253CFA
RGB
CMYK
RGB Variations
Color information
#253CFA (or 0x253CFA) is known color: Neon Blue. HEX triplet: 25, 3C and FA. RGB value is (37,60,250). Sum of RGB (Red+Green+Blue) = 37+60+250=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #253CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253CFA is #DAC305. Grayscale: #4A4A4A. Windows color (decimal): -14336774 or 16399397. OLE color: 16399397.
HSL color Cylindrical-coordinate representation of color #253CFA: hue angle of 233.52º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253CFA is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 60 | 250 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.02 |
| HSL | 233.52º | 0.96% | 0.56% | - |
| HSV(B) | 233.52º | 0.85% | 0.98% | - |
| XYZ | 19.63 | 10.53 | 91.44 | - |
| YUV | 74.78 | 226.88 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 250 | 0.85 | 0.76 | 0 | 0.02 | 233.52 | 0.96 | 0.56 |
| Hex | 25 | 3C | FA | 55 | 4C | 0 | 2 | EA | 60 | 38 |
| Octal | 45 | 74 | 372 | 125 | 114 | 0 | 2 | 352 | 140 | 70 |
| Binary | 100101 | 111100 | 11111010 | 1010101 | 1001100 | 0 | 10 | 11101010 | 1100000 | 111000 |
Color Harmonies of #253CFA
Complementary color
Monochromatic Colors of #253CFA
Black with #253CFA
Text Example
Text Example
White with #253CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CFA; }
p { color: rgb(37,60,250); }
H1.HeaderClassName
{
color: #253CFA;
}
.AnyTagClassName
{
color: #253CFA;
}
</style>
background-color css
<style>
a { background-color: #253CFA; }
a { background-color: rgb(37,60,250); }
div.DivClassName
{
background-color: #253CFA;
}
.BgClassName
{
background-color: #253CFA;
}
</style>
border-color css
<style>
span { border-color: #253CFA; }
span { border-color: rgb(37,60,250); }
td.TdClassName
{
border-color: #253CFA;
}
.TagClassName
{
border-color: #253CFA;
}
</style>