Shades of Neon Blue #425BFC
Tints of Neon Blue #425BFC
RGB
CMYK
RGB Variations
Color information
#425BFC (or 0x425BFC) is known color: Neon Blue. HEX triplet: 42, 5B and FC. RGB value is (66,91,252). Sum of RGB (Red+Green+Blue) = 66+91+252=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #425BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425BFC is #BDA403. Grayscale: #656565. Windows color (decimal): -12428292 or 16538434. OLE color: 16538434.
HSL color Cylindrical-coordinate representation of color #425BFC: hue angle of 231.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #425BFC is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 91 | 252 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.01 |
| HSL | 231.94º | 0.97% | 0.62% | - |
| HSV(B) | 231.94º | 0.74% | 0.99% | - |
| XYZ | 23.56 | 15.67 | 93.88 | - |
| YUV | 101.88 | 212.72 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 252 | 0.74 | 0.64 | 0 | 0.01 | 231.94 | 0.97 | 0.62 |
| Hex | 42 | 5B | FC | 4A | 40 | 0 | 1 | E8 | 61 | 3E |
| Octal | 102 | 133 | 374 | 112 | 100 | 0 | 1 | 350 | 141 | 76 |
| Binary | 1000010 | 1011011 | 11111100 | 1001010 | 1000000 | 0 | 1 | 11101000 | 1100001 | 111110 |
Color Harmonies of #425BFC
Complementary color
Monochromatic Colors of #425BFC
Black with #425BFC
Text Example
Text Example
White with #425BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425BFC; }
p { color: rgb(66,91,252); }
H1.HeaderClassName
{
color: #425BFC;
}
.AnyTagClassName
{
color: #425BFC;
}
</style>
background-color css
<style>
a { background-color: #425BFC; }
a { background-color: rgb(66,91,252); }
div.DivClassName
{
background-color: #425BFC;
}
.BgClassName
{
background-color: #425BFC;
}
</style>
border-color css
<style>
span { border-color: #425BFC; }
span { border-color: rgb(66,91,252); }
td.TdClassName
{
border-color: #425BFC;
}
.TagClassName
{
border-color: #425BFC;
}
</style>