Shades of Neon Blue #4247FD
Tints of Neon Blue #4247FD
RGB
CMYK
RGB Variations
Color information
#4247FD (or 0x4247FD) is known color: Neon Blue. HEX triplet: 42, 47 and FD. RGB value is (66,71,253). Sum of RGB (Red+Green+Blue) = 66+71+253=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #4247FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4247FD is #BDB802. Grayscale: #595959. Windows color (decimal): -12433411 or 16598850. OLE color: 16598850.
HSL color Cylindrical-coordinate representation of color #4247FD: hue angle of 238.4º 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 #4247FD is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 71 | 253 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.01 |
| HSL | 238.4º | 0.98% | 0.63% | - |
| HSV(B) | 238.4º | 0.74% | 0.99% | - |
| XYZ | 22.23 | 12.76 | 94.22 | - |
| YUV | 90.25 | 219.84 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 253 | 0.74 | 0.72 | 0 | 0.01 | 238.4 | 0.98 | 0.63 |
| Hex | 42 | 47 | FD | 4A | 48 | 0 | 1 | EE | 62 | 3F |
| Octal | 102 | 107 | 375 | 112 | 110 | 0 | 1 | 356 | 142 | 77 |
| Binary | 1000010 | 1000111 | 11111101 | 1001010 | 1001000 | 0 | 1 | 11101110 | 1100010 | 111111 |
Color Harmonies of #4247FD
Complementary color
Monochromatic Colors of #4247FD
Black with #4247FD
Text Example
Text Example
White with #4247FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4247FD; }
p { color: rgb(66,71,253); }
H1.HeaderClassName
{
color: #4247FD;
}
.AnyTagClassName
{
color: #4247FD;
}
</style>
background-color css
<style>
a { background-color: #4247FD; }
a { background-color: rgb(66,71,253); }
div.DivClassName
{
background-color: #4247FD;
}
.BgClassName
{
background-color: #4247FD;
}
</style>
border-color css
<style>
span { border-color: #4247FD; }
span { border-color: rgb(66,71,253); }
td.TdClassName
{
border-color: #4247FD;
}
.TagClassName
{
border-color: #4247FD;
}
</style>