Shades of Neon Blue #424BF6
Tints of Neon Blue #424BF6
RGB
CMYK
RGB Variations
Color information
#424BF6 (or 0x424BF6) is known color: Neon Blue. HEX triplet: 42, 4B and F6. RGB value is (66,75,246). Sum of RGB (Red+Green+Blue) = 66+75+246=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #424BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424BF6 is #BDB409. Grayscale: #5B5B5B. Windows color (decimal): -12432394 or 16141122. OLE color: 16141122.
HSL color Cylindrical-coordinate representation of color #424BF6: hue angle of 237º degrees, saturation: 0.91, 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 #424BF6 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 75 | 246 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.04 |
| HSL | 237º | 0.91% | 0.61% | - |
| HSV(B) | 237º | 0.73% | 0.96% | - |
| XYZ | 21.4 | 12.84 | 88.54 | - |
| YUV | 91.8 | 215.02 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 246 | 0.73 | 0.70 | 0 | 0.04 | 237 | 0.91 | 0.61 |
| Hex | 42 | 4B | F6 | 49 | 46 | 0 | 4 | ED | 5B | 3D |
| Octal | 102 | 113 | 366 | 111 | 106 | 0 | 4 | 355 | 133 | 75 |
| Binary | 1000010 | 1001011 | 11110110 | 1001001 | 1000110 | 0 | 100 | 11101101 | 1011011 | 111101 |
Color Harmonies of #424BF6
Complementary color
Monochromatic Colors of #424BF6
Black with #424BF6
Text Example
Text Example
White with #424BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BF6; }
p { color: rgb(66,75,246); }
H1.HeaderClassName
{
color: #424BF6;
}
.AnyTagClassName
{
color: #424BF6;
}
</style>
background-color css
<style>
a { background-color: #424BF6; }
a { background-color: rgb(66,75,246); }
div.DivClassName
{
background-color: #424BF6;
}
.BgClassName
{
background-color: #424BF6;
}
</style>
border-color css
<style>
span { border-color: #424BF6; }
span { border-color: rgb(66,75,246); }
td.TdClassName
{
border-color: #424BF6;
}
.TagClassName
{
border-color: #424BF6;
}
</style>