Shades of Neon Blue #4238F2
Tints of Neon Blue #4238F2
RGB
CMYK
RGB Variations
Color information
#4238F2 (or 0x4238F2) is known color: Neon Blue. HEX triplet: 42, 38 and F2. RGB value is (66,56,242). Sum of RGB (Red+Green+Blue) = 66+56+242=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 242 (94.92% from 255 or 66.48% from 364); Max value from RGB is 242 - color contains mainly: blue. Hex color #4238F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4238F2 is #BDC70D. Grayscale: #4F4F4F. Windows color (decimal): -12437262 or 15874114. OLE color: 15874114.
HSL color Cylindrical-coordinate representation of color #4238F2: hue angle of 243.23º degrees, saturation: 0.88, 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 #4238F2 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 56 | 242 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.05 |
| HSL | 243.23º | 0.88% | 0.58% | - |
| HSV(B) | 243.23º | 0.77% | 0.95% | - |
| XYZ | 19.69 | 10.4 | 84.97 | - |
| YUV | 80.19 | 219.31 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 242 | 0.73 | 0.77 | 0 | 0.05 | 243.23 | 0.88 | 0.58 |
| Hex | 42 | 38 | F2 | 49 | 4D | 0 | 5 | F3 | 58 | 3A |
| Octal | 102 | 70 | 362 | 111 | 115 | 0 | 5 | 363 | 130 | 72 |
| Binary | 1000010 | 111000 | 11110010 | 1001001 | 1001101 | 0 | 101 | 11110011 | 1011000 | 111010 |
Color Harmonies of #4238F2
Complementary color
Monochromatic Colors of #4238F2
Black with #4238F2
Text Example
Text Example
White with #4238F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4238F2; }
p { color: rgb(66,56,242); }
H1.HeaderClassName
{
color: #4238F2;
}
.AnyTagClassName
{
color: #4238F2;
}
</style>
background-color css
<style>
a { background-color: #4238F2; }
a { background-color: rgb(66,56,242); }
div.DivClassName
{
background-color: #4238F2;
}
.BgClassName
{
background-color: #4238F2;
}
</style>
border-color css
<style>
span { border-color: #4238F2; }
span { border-color: rgb(66,56,242); }
td.TdClassName
{
border-color: #4238F2;
}
.TagClassName
{
border-color: #4238F2;
}
</style>