Shades of Neon Blue #254BFA
Tints of Neon Blue #254BFA
RGB
CMYK
RGB Variations
Color information
#254BFA (or 0x254BFA) is known color: Neon Blue. HEX triplet: 25, 4B and FA. RGB value is (37,75,250). Sum of RGB (Red+Green+Blue) = 37+75+250=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #254BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254BFA is #DAB405. Grayscale: #525252. Windows color (decimal): -14332934 or 16403237. OLE color: 16403237.
HSL color Cylindrical-coordinate representation of color #254BFA: hue angle of 229.3º 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 #254BFA is Cyan = 0.85, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 75 | 250 | - |
| CMYK | 0.85 | 0.7 | 0 | 0.02 |
| HSL | 229.3º | 0.96% | 0.56% | - |
| HSV(B) | 229.3º | 0.85% | 0.98% | - |
| XYZ | 20.53 | 12.33 | 91.74 | - |
| YUV | 83.59 | 221.91 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 250 | 0.85 | 0.7 | 0 | 0.02 | 229.3 | 0.96 | 0.56 |
| Hex | 25 | 4B | FA | 55 | 46 | 0 | 2 | E5 | 60 | 38 |
| Octal | 45 | 113 | 372 | 125 | 106 | 0 | 2 | 345 | 140 | 70 |
| Binary | 100101 | 1001011 | 11111010 | 1010101 | 1000110 | 0 | 10 | 11100101 | 1100000 | 111000 |
Color Harmonies of #254BFA
Complementary color
Monochromatic Colors of #254BFA
Black with #254BFA
Text Example
Text Example
White with #254BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BFA; }
p { color: rgb(37,75,250); }
H1.HeaderClassName
{
color: #254BFA;
}
.AnyTagClassName
{
color: #254BFA;
}
</style>
background-color css
<style>
a { background-color: #254BFA; }
a { background-color: rgb(37,75,250); }
div.DivClassName
{
background-color: #254BFA;
}
.BgClassName
{
background-color: #254BFA;
}
</style>
border-color css
<style>
span { border-color: #254BFA; }
span { border-color: rgb(37,75,250); }
td.TdClassName
{
border-color: #254BFA;
}
.TagClassName
{
border-color: #254BFA;
}
</style>