Shades of Neon Blue #4257FA
Tints of Neon Blue #4257FA
RGB
CMYK
RGB Variations
Color information
#4257FA (or 0x4257FA) is known color: Neon Blue. HEX triplet: 42, 57 and FA. RGB value is (66,87,250). Sum of RGB (Red+Green+Blue) = 66+87+250=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #4257FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4257FA is #BDA805. Grayscale: #626262. Windows color (decimal): -12429318 or 16406338. OLE color: 16406338.
HSL color Cylindrical-coordinate representation of color #4257FA: hue angle of 233.15º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4257FA is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 87 | 250 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.02 |
| HSL | 233.15º | 0.95% | 0.62% | - |
| HSV(B) | 233.15º | 0.74% | 0.98% | - |
| XYZ | 22.91 | 14.88 | 92.11 | - |
| YUV | 99.3 | 213.04 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 250 | 0.74 | 0.65 | 0 | 0.02 | 233.15 | 0.95 | 0.62 |
| Hex | 42 | 57 | FA | 4A | 41 | 0 | 2 | E9 | 5F | 3E |
| Octal | 102 | 127 | 372 | 112 | 101 | 0 | 2 | 351 | 137 | 76 |
| Binary | 1000010 | 1010111 | 11111010 | 1001010 | 1000001 | 0 | 10 | 11101001 | 1011111 | 111110 |
Color Harmonies of #4257FA
Complementary color
Monochromatic Colors of #4257FA
Black with #4257FA
Text Example
Text Example
White with #4257FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4257FA; }
p { color: rgb(66,87,250); }
H1.HeaderClassName
{
color: #4257FA;
}
.AnyTagClassName
{
color: #4257FA;
}
</style>
background-color css
<style>
a { background-color: #4257FA; }
a { background-color: rgb(66,87,250); }
div.DivClassName
{
background-color: #4257FA;
}
.BgClassName
{
background-color: #4257FA;
}
</style>
border-color css
<style>
span { border-color: #4257FA; }
span { border-color: rgb(66,87,250); }
td.TdClassName
{
border-color: #4257FA;
}
.TagClassName
{
border-color: #4257FA;
}
</style>