Shades of Neon Blue #4250FE
Tints of Neon Blue #4250FE
RGB
CMYK
RGB Variations
Color information
#4250FE (or 0x4250FE) is known color: Neon Blue. HEX triplet: 42, 50 and FE. RGB value is (66,80,254). Sum of RGB (Red+Green+Blue) = 66+80+254=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #4250FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4250FE is #BDAF01. Grayscale: #5E5E5E. Windows color (decimal): -12431106 or 16666690. OLE color: 16666690.
HSL color Cylindrical-coordinate representation of color #4250FE: hue angle of 235.53º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4250FE is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 80 | 254 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.00 |
| HSL | 235.53º | 0.99% | 0.63% | - |
| HSV(B) | 235.53º | 0.74% | 1% | - |
| XYZ | 23 | 14.05 | 95.27 | - |
| YUV | 95.65 | 217.36 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 254 | 0.74 | 0.69 | 0 | 0.00 | 235.53 | 0.99 | 0.63 |
| Hex | 42 | 50 | FE | 4A | 45 | 0 | 0 | EC | 63 | 3F |
| Octal | 102 | 120 | 376 | 112 | 105 | 0 | 0 | 354 | 143 | 77 |
| Binary | 1000010 | 1010000 | 11111110 | 1001010 | 1000101 | 0 | 0 | 11101100 | 1100011 | 111111 |
Color Harmonies of #4250FE
Complementary color
Monochromatic Colors of #4250FE
Black with #4250FE
Text Example
Text Example
White with #4250FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4250FE; }
p { color: rgb(66,80,254); }
H1.HeaderClassName
{
color: #4250FE;
}
.AnyTagClassName
{
color: #4250FE;
}
</style>
background-color css
<style>
a { background-color: #4250FE; }
a { background-color: rgb(66,80,254); }
div.DivClassName
{
background-color: #4250FE;
}
.BgClassName
{
background-color: #4250FE;
}
</style>
border-color css
<style>
span { border-color: #4250FE; }
span { border-color: rgb(66,80,254); }
td.TdClassName
{
border-color: #4250FE;
}
.TagClassName
{
border-color: #4250FE;
}
</style>