Shades of Neon Blue #4259FD
Tints of Neon Blue #4259FD
RGB
CMYK
RGB Variations
Color information
#4259FD (or 0x4259FD) is known color: Neon Blue. HEX triplet: 42, 59 and FD. RGB value is (66,89,253). Sum of RGB (Red+Green+Blue) = 66+89+253=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #4259FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4259FD is #BDA602. Grayscale: #646464. Windows color (decimal): -12428803 or 16603458. OLE color: 16603458.
HSL color Cylindrical-coordinate representation of color #4259FD: hue angle of 232.62º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4259FD is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 89 | 253 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.01 |
| HSL | 232.62º | 0.98% | 0.63% | - |
| HSV(B) | 232.62º | 0.74% | 0.99% | - |
| XYZ | 23.55 | 15.39 | 94.66 | - |
| YUV | 100.82 | 213.88 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 253 | 0.74 | 0.65 | 0 | 0.01 | 232.62 | 0.98 | 0.63 |
| Hex | 42 | 59 | FD | 4A | 41 | 0 | 1 | E9 | 62 | 3F |
| Octal | 102 | 131 | 375 | 112 | 101 | 0 | 1 | 351 | 142 | 77 |
| Binary | 1000010 | 1011001 | 11111101 | 1001010 | 1000001 | 0 | 1 | 11101001 | 1100010 | 111111 |
Color Harmonies of #4259FD
Complementary color
Monochromatic Colors of #4259FD
Black with #4259FD
Text Example
Text Example
White with #4259FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4259FD; }
p { color: rgb(66,89,253); }
H1.HeaderClassName
{
color: #4259FD;
}
.AnyTagClassName
{
color: #4259FD;
}
</style>
background-color css
<style>
a { background-color: #4259FD; }
a { background-color: rgb(66,89,253); }
div.DivClassName
{
background-color: #4259FD;
}
.BgClassName
{
background-color: #4259FD;
}
</style>
border-color css
<style>
span { border-color: #4259FD; }
span { border-color: rgb(66,89,253); }
td.TdClassName
{
border-color: #4259FD;
}
.TagClassName
{
border-color: #4259FD;
}
</style>