Shades of Neon Blue #425CFD
Tints of Neon Blue #425CFD
RGB
CMYK
RGB Variations
Color information
#425CFD (or 0x425CFD) is known color: Neon Blue. HEX triplet: 42, 5C and FD. RGB value is (66,92,253). Sum of RGB (Red+Green+Blue) = 66+92+253=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #425CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425CFD is #BDA302. Grayscale: #656565. Windows color (decimal): -12428035 or 16604226. OLE color: 16604226.
HSL color Cylindrical-coordinate representation of color #425CFD: hue angle of 231.66º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #425CFD is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 92 | 253 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.01 |
| HSL | 231.66º | 0.98% | 0.63% | - |
| HSV(B) | 231.66º | 0.74% | 0.99% | - |
| XYZ | 23.8 | 15.9 | 94.74 | - |
| YUV | 102.58 | 212.89 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 253 | 0.74 | 0.64 | 0 | 0.01 | 231.66 | 0.98 | 0.63 |
| Hex | 42 | 5C | FD | 4A | 40 | 0 | 1 | E8 | 62 | 3F |
| Octal | 102 | 134 | 375 | 112 | 100 | 0 | 1 | 350 | 142 | 77 |
| Binary | 1000010 | 1011100 | 11111101 | 1001010 | 1000000 | 0 | 1 | 11101000 | 1100010 | 111111 |
Color Harmonies of #425CFD
Complementary color
Monochromatic Colors of #425CFD
Black with #425CFD
Text Example
Text Example
White with #425CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425CFD; }
p { color: rgb(66,92,253); }
H1.HeaderClassName
{
color: #425CFD;
}
.AnyTagClassName
{
color: #425CFD;
}
</style>
background-color css
<style>
a { background-color: #425CFD; }
a { background-color: rgb(66,92,253); }
div.DivClassName
{
background-color: #425CFD;
}
.BgClassName
{
background-color: #425CFD;
}
</style>
border-color css
<style>
span { border-color: #425CFD; }
span { border-color: rgb(66,92,253); }
td.TdClassName
{
border-color: #425CFD;
}
.TagClassName
{
border-color: #425CFD;
}
</style>