Shades of Neon Blue #4231FD
Tints of Neon Blue #4231FD
RGB
CMYK
RGB Variations
Color information
#4231FD (or 0x4231FD) is known color: Neon Blue. HEX triplet: 42, 31 and FD. RGB value is (66,49,253). Sum of RGB (Red+Green+Blue) = 66+49+253=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #4231FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4231FD is #BDCE02. Grayscale: #4C4C4C. Windows color (decimal): -12439043 or 16593218. OLE color: 16593218.
HSL color Cylindrical-coordinate representation of color #4231FD: hue angle of 245º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4231FD is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 49 | 253 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.01 |
| HSL | 245º | 0.98% | 0.59% | - |
| HSV(B) | 245º | 0.81% | 0.99% | - |
| XYZ | 21.07 | 10.45 | 93.83 | - |
| YUV | 77.34 | 227.13 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 253 | 0.74 | 0.81 | 0 | 0.01 | 245 | 0.98 | 0.59 |
| Hex | 42 | 31 | FD | 4A | 51 | 0 | 1 | F5 | 62 | 3B |
| Octal | 102 | 61 | 375 | 112 | 121 | 0 | 1 | 365 | 142 | 73 |
| Binary | 1000010 | 110001 | 11111101 | 1001010 | 1010001 | 0 | 1 | 11110101 | 1100010 | 111011 |
Color Harmonies of #4231FD
Complementary color
Monochromatic Colors of #4231FD
Black with #4231FD
Text Example
Text Example
White with #4231FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4231FD; }
p { color: rgb(66,49,253); }
H1.HeaderClassName
{
color: #4231FD;
}
.AnyTagClassName
{
color: #4231FD;
}
</style>
background-color css
<style>
a { background-color: #4231FD; }
a { background-color: rgb(66,49,253); }
div.DivClassName
{
background-color: #4231FD;
}
.BgClassName
{
background-color: #4231FD;
}
</style>
border-color css
<style>
span { border-color: #4231FD; }
span { border-color: rgb(66,49,253); }
td.TdClassName
{
border-color: #4231FD;
}
.TagClassName
{
border-color: #4231FD;
}
</style>