Shades of Neon Blue #425EFF
Tints of Neon Blue #425EFF
RGB
CMYK
RGB Variations
Color information
#425EFF (or 0x425EFF) is known color: Neon Blue. HEX triplet: 42, 5E and FF. RGB value is (66,94,255). Sum of RGB (Red+Green+Blue) = 66+94+255=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #425EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425EFF is #BDA100. Grayscale: #676767. Windows color (decimal): -12427521 or 16735810. OLE color: 16735810.
HSL color Cylindrical-coordinate representation of color #425EFF: hue angle of 231.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #425EFF is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 94 | 255 | - |
| CMYK | 0.74 | 0.63 | 0 | 0 |
| HSL | 231.11º | 1% | 0.63% | - |
| HSV(B) | 231.11º | 0.74% | 1% | - |
| XYZ | 24.3 | 16.38 | 96.49 | - |
| YUV | 103.98 | 213.22 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 255 | 0.74 | 0.63 | 0 | 0 | 231.11 | 1 | 0.63 |
| Hex | 42 | 5E | FF | 4A | 3F | 0 | 0 | E7 | 64 | 3F |
| Octal | 102 | 136 | 377 | 112 | 77 | 0 | 0 | 347 | 144 | 77 |
| Binary | 1000010 | 1011110 | 11111111 | 1001010 | 111111 | 0 | 0 | 11100111 | 1100100 | 111111 |
Color Harmonies of #425EFF
Complementary color
Monochromatic Colors of #425EFF
Black with #425EFF
Text Example
Text Example
White with #425EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425EFF; }
p { color: rgb(66,94,255); }
H1.HeaderClassName
{
color: #425EFF;
}
.AnyTagClassName
{
color: #425EFF;
}
</style>
background-color css
<style>
a { background-color: #425EFF; }
a { background-color: rgb(66,94,255); }
div.DivClassName
{
background-color: #425EFF;
}
.BgClassName
{
background-color: #425EFF;
}
</style>
border-color css
<style>
span { border-color: #425EFF; }
span { border-color: rgb(66,94,255); }
td.TdClassName
{
border-color: #425EFF;
}
.TagClassName
{
border-color: #425EFF;
}
</style>