Shades of Neon Blue #4257FF
Tints of Neon Blue #4257FF
RGB
CMYK
RGB Variations
Color information
#4257FF (or 0x4257FF) is known color: Neon Blue. HEX triplet: 42, 57 and FF. RGB value is (66,87,255). Sum of RGB (Red+Green+Blue) = 66+87+255=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #4257FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4257FF is #BDA800. Grayscale: #636363. Windows color (decimal): -12429313 or 16734018. OLE color: 16734018.
HSL color Cylindrical-coordinate representation of color #4257FF: hue angle of 233.33º 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 #4257FF is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 87 | 255 | - |
| CMYK | 0.74 | 0.66 | 0 | 0 |
| HSL | 233.33º | 1% | 0.63% | - |
| HSV(B) | 233.33º | 0.74% | 1% | - |
| XYZ | 23.7 | 15.19 | 96.29 | - |
| YUV | 99.87 | 215.54 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 255 | 0.74 | 0.66 | 0 | 0 | 233.33 | 1 | 0.63 |
| Hex | 42 | 57 | FF | 4A | 42 | 0 | 0 | E9 | 64 | 3F |
| Octal | 102 | 127 | 377 | 112 | 102 | 0 | 0 | 351 | 144 | 77 |
| Binary | 1000010 | 1010111 | 11111111 | 1001010 | 1000010 | 0 | 0 | 11101001 | 1100100 | 111111 |
Color Harmonies of #4257FF
Complementary color
Monochromatic Colors of #4257FF
Black with #4257FF
Text Example
Text Example
White with #4257FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4257FF; }
p { color: rgb(66,87,255); }
H1.HeaderClassName
{
color: #4257FF;
}
.AnyTagClassName
{
color: #4257FF;
}
</style>
background-color css
<style>
a { background-color: #4257FF; }
a { background-color: rgb(66,87,255); }
div.DivClassName
{
background-color: #4257FF;
}
.BgClassName
{
background-color: #4257FF;
}
</style>
border-color css
<style>
span { border-color: #4257FF; }
span { border-color: rgb(66,87,255); }
td.TdClassName
{
border-color: #4257FF;
}
.TagClassName
{
border-color: #4257FF;
}
</style>