Shades of Neon Blue #4245EA
Tints of Neon Blue #4245EA
RGB
CMYK
RGB Variations
Color information
#4245EA (or 0x4245EA) is known color: Neon Blue. HEX triplet: 42, 45 and EA. RGB value is (66,69,234). Sum of RGB (Red+Green+Blue) = 66+69+234=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #4245EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4245EA is #BDBA15. Grayscale: #565656. Windows color (decimal): -12433942 or 15353154. OLE color: 15353154.
HSL color Cylindrical-coordinate representation of color #4245EA: hue angle of 238.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4245EA is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 69 | 234 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.08 |
| HSL | 238.93º | 0.8% | 0.59% | - |
| HSV(B) | 238.93º | 0.72% | 0.92% | - |
| XYZ | 19.23 | 11.36 | 79.02 | - |
| YUV | 86.91 | 211.01 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 234 | 0.72 | 0.71 | 0 | 0.08 | 238.93 | 0.8 | 0.59 |
| Hex | 42 | 45 | EA | 48 | 47 | 0 | 8 | EF | 50 | 3B |
| Octal | 102 | 105 | 352 | 110 | 107 | 0 | 10 | 357 | 120 | 73 |
| Binary | 1000010 | 1000101 | 11101010 | 1001000 | 1000111 | 0 | 1000 | 11101111 | 1010000 | 111011 |
Color Harmonies of #4245EA
Complementary color
Monochromatic Colors of #4245EA
Black with #4245EA
Text Example
Text Example
White with #4245EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4245EA; }
p { color: rgb(66,69,234); }
H1.HeaderClassName
{
color: #4245EA;
}
.AnyTagClassName
{
color: #4245EA;
}
</style>
background-color css
<style>
a { background-color: #4245EA; }
a { background-color: rgb(66,69,234); }
div.DivClassName
{
background-color: #4245EA;
}
.BgClassName
{
background-color: #4245EA;
}
</style>
border-color css
<style>
span { border-color: #4245EA; }
span { border-color: rgb(66,69,234); }
td.TdClassName
{
border-color: #4245EA;
}
.TagClassName
{
border-color: #4245EA;
}
</style>