Shades of Neon Blue #425BFF
Tints of Neon Blue #425BFF
RGB
CMYK
RGB Variations
Color information
#425BFF (or 0x425BFF) is known color: Neon Blue. HEX triplet: 42, 5B and FF. RGB value is (66,91,255). Sum of RGB (Red+Green+Blue) = 66+91+255=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #425BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425BFF is #BDA400. Grayscale: #656565. Windows color (decimal): -12428289 or 16735042. OLE color: 16735042.
HSL color Cylindrical-coordinate representation of color #425BFF: hue angle of 232.06º 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 #425BFF is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 91 | 255 | - |
| CMYK | 0.74 | 0.64 | 0 | 0 |
| HSL | 232.06º | 1% | 0.63% | - |
| HSV(B) | 232.06º | 0.74% | 1% | - |
| XYZ | 24.04 | 15.86 | 96.4 | - |
| YUV | 102.22 | 214.22 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 255 | 0.74 | 0.64 | 0 | 0 | 232.06 | 1 | 0.63 |
| Hex | 42 | 5B | FF | 4A | 40 | 0 | 0 | E8 | 64 | 3F |
| Octal | 102 | 133 | 377 | 112 | 100 | 0 | 0 | 350 | 144 | 77 |
| Binary | 1000010 | 1011011 | 11111111 | 1001010 | 1000000 | 0 | 0 | 11101000 | 1100100 | 111111 |
Color Harmonies of #425BFF
Complementary color
Monochromatic Colors of #425BFF
Black with #425BFF
Text Example
Text Example
White with #425BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425BFF; }
p { color: rgb(66,91,255); }
H1.HeaderClassName
{
color: #425BFF;
}
.AnyTagClassName
{
color: #425BFF;
}
</style>
background-color css
<style>
a { background-color: #425BFF; }
a { background-color: rgb(66,91,255); }
div.DivClassName
{
background-color: #425BFF;
}
.BgClassName
{
background-color: #425BFF;
}
</style>
border-color css
<style>
span { border-color: #425BFF; }
span { border-color: rgb(66,91,255); }
td.TdClassName
{
border-color: #425BFF;
}
.TagClassName
{
border-color: #425BFF;
}
</style>