Shades of Neon Blue #4237F1
Tints of Neon Blue #4237F1
RGB
CMYK
RGB Variations
Color information
#4237F1 (or 0x4237F1) is known color: Neon Blue. HEX triplet: 42, 37 and F1. RGB value is (66,55,241). Sum of RGB (Red+Green+Blue) = 66+55+241=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 241 (94.53% from 255 or 66.57% from 362); Max value from RGB is 241 - color contains mainly: blue. Hex color #4237F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4237F1 is #BDC80E. Grayscale: #4E4E4E. Windows color (decimal): -12437519 or 15808322. OLE color: 15808322.
HSL color Cylindrical-coordinate representation of color #4237F1: hue angle of 243.55º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4237F1 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 55 | 241 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.05 |
| HSL | 243.55º | 0.87% | 0.58% | - |
| HSV(B) | 243.55º | 0.77% | 0.95% | - |
| XYZ | 19.49 | 10.24 | 84.17 | - |
| YUV | 79.49 | 219.14 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 241 | 0.73 | 0.77 | 0 | 0.05 | 243.55 | 0.87 | 0.58 |
| Hex | 42 | 37 | F1 | 49 | 4D | 0 | 5 | F4 | 57 | 3A |
| Octal | 102 | 67 | 361 | 111 | 115 | 0 | 5 | 364 | 127 | 72 |
| Binary | 1000010 | 110111 | 11110001 | 1001001 | 1001101 | 0 | 101 | 11110100 | 1010111 | 111010 |
Color Harmonies of #4237F1
Complementary color
Monochromatic Colors of #4237F1
Black with #4237F1
Text Example
Text Example
White with #4237F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237F1; }
p { color: rgb(66,55,241); }
H1.HeaderClassName
{
color: #4237F1;
}
.AnyTagClassName
{
color: #4237F1;
}
</style>
background-color css
<style>
a { background-color: #4237F1; }
a { background-color: rgb(66,55,241); }
div.DivClassName
{
background-color: #4237F1;
}
.BgClassName
{
background-color: #4237F1;
}
</style>
border-color css
<style>
span { border-color: #4237F1; }
span { border-color: rgb(66,55,241); }
td.TdClassName
{
border-color: #4237F1;
}
.TagClassName
{
border-color: #4237F1;
}
</style>