Shades of Neon Blue #4249F3
Tints of Neon Blue #4249F3
RGB
CMYK
RGB Variations
Color information
#4249F3 (or 0x4249F3) is known color: Neon Blue. HEX triplet: 42, 49 and F3. RGB value is (66,73,243). Sum of RGB (Red+Green+Blue) = 66+73+243=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 243 (95.31% from 255 or 63.61% from 382); Max value from RGB is 243 - color contains mainly: blue. Hex color #4249F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4249F3 is #BDB60C. Grayscale: #595959. Windows color (decimal): -12432909 or 15944002. OLE color: 15944002.
HSL color Cylindrical-coordinate representation of color #4249F3: hue angle of 237.63º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4249F3 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 73 | 243 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.05 |
| HSL | 237.63º | 0.88% | 0.61% | - |
| HSV(B) | 237.63º | 0.73% | 0.95% | - |
| XYZ | 20.81 | 12.39 | 86.09 | - |
| YUV | 90.29 | 214.18 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 243 | 0.73 | 0.70 | 0 | 0.05 | 237.63 | 0.88 | 0.61 |
| Hex | 42 | 49 | F3 | 49 | 46 | 0 | 5 | EE | 58 | 3D |
| Octal | 102 | 111 | 363 | 111 | 106 | 0 | 5 | 356 | 130 | 75 |
| Binary | 1000010 | 1001001 | 11110011 | 1001001 | 1000110 | 0 | 101 | 11101110 | 1011000 | 111101 |
Color Harmonies of #4249F3
Complementary color
Monochromatic Colors of #4249F3
Black with #4249F3
Text Example
Text Example
White with #4249F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4249F3; }
p { color: rgb(66,73,243); }
H1.HeaderClassName
{
color: #4249F3;
}
.AnyTagClassName
{
color: #4249F3;
}
</style>
background-color css
<style>
a { background-color: #4249F3; }
a { background-color: rgb(66,73,243); }
div.DivClassName
{
background-color: #4249F3;
}
.BgClassName
{
background-color: #4249F3;
}
</style>
border-color css
<style>
span { border-color: #4249F3; }
span { border-color: rgb(66,73,243); }
td.TdClassName
{
border-color: #4249F3;
}
.TagClassName
{
border-color: #4249F3;
}
</style>