Shades of Neon Blue #425AF5
Tints of Neon Blue #425AF5
RGB
CMYK
RGB Variations
Color information
#425AF5 (or 0x425AF5) is known color: Neon Blue. HEX triplet: 42, 5A and F5. RGB value is (66,90,245). Sum of RGB (Red+Green+Blue) = 66+90+245=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #425AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425AF5 is #BDA50A. Grayscale: #636363. Windows color (decimal): -12428555 or 16079426. OLE color: 16079426.
HSL color Cylindrical-coordinate representation of color #425AF5: hue angle of 231.96º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #425AF5 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 90 | 245 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.04 |
| HSL | 231.96º | 0.9% | 0.61% | - |
| HSV(B) | 231.96º | 0.73% | 0.96% | - |
| XYZ | 22.38 | 15.06 | 88.11 | - |
| YUV | 100.49 | 209.55 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 245 | 0.73 | 0.63 | 0 | 0.04 | 231.96 | 0.9 | 0.61 |
| Hex | 42 | 5A | F5 | 49 | 3F | 0 | 4 | E8 | 5A | 3D |
| Octal | 102 | 132 | 365 | 111 | 77 | 0 | 4 | 350 | 132 | 75 |
| Binary | 1000010 | 1011010 | 11110101 | 1001001 | 111111 | 0 | 100 | 11101000 | 1011010 | 111101 |
Color Harmonies of #425AF5
Complementary color
Monochromatic Colors of #425AF5
Black with #425AF5
Text Example
Text Example
White with #425AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425AF5; }
p { color: rgb(66,90,245); }
H1.HeaderClassName
{
color: #425AF5;
}
.AnyTagClassName
{
color: #425AF5;
}
</style>
background-color css
<style>
a { background-color: #425AF5; }
a { background-color: rgb(66,90,245); }
div.DivClassName
{
background-color: #425AF5;
}
.BgClassName
{
background-color: #425AF5;
}
</style>
border-color css
<style>
span { border-color: #425AF5; }
span { border-color: rgb(66,90,245); }
td.TdClassName
{
border-color: #425AF5;
}
.TagClassName
{
border-color: #425AF5;
}
</style>