Shades of Neon Blue #424BFC
Tints of Neon Blue #424BFC
RGB
CMYK
RGB Variations
Color information
#424BFC (or 0x424BFC) is known color: Neon Blue. HEX triplet: 42, 4B and FC. RGB value is (66,75,252). Sum of RGB (Red+Green+Blue) = 66+75+252=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #424BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424BFC is #BDB403. Grayscale: #5B5B5B. Windows color (decimal): -12432388 or 16534338. OLE color: 16534338.
HSL color Cylindrical-coordinate representation of color #424BFC: hue angle of 237.1º 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 #424BFC is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 75 | 252 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.01 |
| HSL | 237.1º | 0.97% | 0.62% | - |
| HSV(B) | 237.1º | 0.74% | 0.99% | - |
| XYZ | 22.33 | 13.22 | 93.47 | - |
| YUV | 92.49 | 218.02 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 252 | 0.74 | 0.70 | 0 | 0.01 | 237.1 | 0.97 | 0.62 |
| Hex | 42 | 4B | FC | 4A | 46 | 0 | 1 | ED | 61 | 3E |
| Octal | 102 | 113 | 374 | 112 | 106 | 0 | 1 | 355 | 141 | 76 |
| Binary | 1000010 | 1001011 | 11111100 | 1001010 | 1000110 | 0 | 1 | 11101101 | 1100001 | 111110 |
Color Harmonies of #424BFC
Complementary color
Monochromatic Colors of #424BFC
Black with #424BFC
Text Example
Text Example
White with #424BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BFC; }
p { color: rgb(66,75,252); }
H1.HeaderClassName
{
color: #424BFC;
}
.AnyTagClassName
{
color: #424BFC;
}
</style>
background-color css
<style>
a { background-color: #424BFC; }
a { background-color: rgb(66,75,252); }
div.DivClassName
{
background-color: #424BFC;
}
.BgClassName
{
background-color: #424BFC;
}
</style>
border-color css
<style>
span { border-color: #424BFC; }
span { border-color: rgb(66,75,252); }
td.TdClassName
{
border-color: #424BFC;
}
.TagClassName
{
border-color: #424BFC;
}
</style>