Shades of Neon Blue #425DFF
Tints of Neon Blue #425DFF
RGB
CMYK
RGB Variations
Color information
#425DFF (or 0x425DFF) is known color: Neon Blue. HEX triplet: 42, 5D and FF. RGB value is (66,93,255). Sum of RGB (Red+Green+Blue) = 66+93+255=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #425DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425DFF is #BDA200. Grayscale: #666666. Windows color (decimal): -12427777 or 16735554. OLE color: 16735554.
HSL color Cylindrical-coordinate representation of color #425DFF: hue angle of 231.43º 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 #425DFF is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 93 | 255 | - |
| CMYK | 0.74 | 0.64 | 0 | 0 |
| HSL | 231.43º | 1% | 0.63% | - |
| HSV(B) | 231.43º | 0.74% | 1% | - |
| XYZ | 24.21 | 16.21 | 96.46 | - |
| YUV | 103.4 | 213.55 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 255 | 0.74 | 0.64 | 0 | 0 | 231.43 | 1 | 0.63 |
| Hex | 42 | 5D | FF | 4A | 40 | 0 | 0 | E7 | 64 | 3F |
| Octal | 102 | 135 | 377 | 112 | 100 | 0 | 0 | 347 | 144 | 77 |
| Binary | 1000010 | 1011101 | 11111111 | 1001010 | 1000000 | 0 | 0 | 11100111 | 1100100 | 111111 |
Color Harmonies of #425DFF
Complementary color
Monochromatic Colors of #425DFF
Black with #425DFF
Text Example
Text Example
White with #425DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425DFF; }
p { color: rgb(66,93,255); }
H1.HeaderClassName
{
color: #425DFF;
}
.AnyTagClassName
{
color: #425DFF;
}
</style>
background-color css
<style>
a { background-color: #425DFF; }
a { background-color: rgb(66,93,255); }
div.DivClassName
{
background-color: #425DFF;
}
.BgClassName
{
background-color: #425DFF;
}
</style>
border-color css
<style>
span { border-color: #425DFF; }
span { border-color: rgb(66,93,255); }
td.TdClassName
{
border-color: #425DFF;
}
.TagClassName
{
border-color: #425DFF;
}
</style>