Shades of Neon Blue #4241FD
Tints of Neon Blue #4241FD
RGB
CMYK
RGB Variations
Color information
#4241FD (or 0x4241FD) is known color: Neon Blue. HEX triplet: 42, 41 and FD. RGB value is (66,65,253). Sum of RGB (Red+Green+Blue) = 66+65+253=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #4241FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4241FD is #BDBE02. Grayscale: #555555. Windows color (decimal): -12434947 or 16597314. OLE color: 16597314.
HSL color Cylindrical-coordinate representation of color #4241FD: hue angle of 240.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4241FD is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 65 | 253 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.01 |
| HSL | 240.32º | 0.98% | 0.62% | - |
| HSV(B) | 240.32º | 0.74% | 0.99% | - |
| XYZ | 21.87 | 12.03 | 94.1 | - |
| YUV | 86.73 | 221.83 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 253 | 0.74 | 0.74 | 0 | 0.01 | 240.32 | 0.98 | 0.62 |
| Hex | 42 | 41 | FD | 4A | 4A | 0 | 1 | F0 | 62 | 3E |
| Octal | 102 | 101 | 375 | 112 | 112 | 0 | 1 | 360 | 142 | 76 |
| Binary | 1000010 | 1000001 | 11111101 | 1001010 | 1001010 | 0 | 1 | 11110000 | 1100010 | 111110 |
Color Harmonies of #4241FD
Complementary color
Monochromatic Colors of #4241FD
Black with #4241FD
Text Example
Text Example
White with #4241FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4241FD; }
p { color: rgb(66,65,253); }
H1.HeaderClassName
{
color: #4241FD;
}
.AnyTagClassName
{
color: #4241FD;
}
</style>
background-color css
<style>
a { background-color: #4241FD; }
a { background-color: rgb(66,65,253); }
div.DivClassName
{
background-color: #4241FD;
}
.BgClassName
{
background-color: #4241FD;
}
</style>
border-color css
<style>
span { border-color: #4241FD; }
span { border-color: rgb(66,65,253); }
td.TdClassName
{
border-color: #4241FD;
}
.TagClassName
{
border-color: #4241FD;
}
</style>