Shades of Neon Blue #4333E1
Tints of Neon Blue #4333E1
RGB
CMYK
RGB Variations
Color information
#4333E1 (or 0x4333E1) is known color: Neon Blue. HEX triplet: 43, 33 and E1. RGB value is (67,51,225). Sum of RGB (Red+Green+Blue) = 67+51+225=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #4333E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4333E1 is #BCCC1E. Grayscale: #4A4A4A. Windows color (decimal): -12373023 or 14758723. OLE color: 14758723.
HSL color Cylindrical-coordinate representation of color #4333E1: hue angle of 245.52º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4333E1 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 51 | 225 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.12 |
| HSL | 245.52º | 0.74% | 0.54% | - |
| HSV(B) | 245.52º | 0.77% | 0.88% | - |
| XYZ | 17.09 | 9 | 72.07 | - |
| YUV | 75.62 | 212.3 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 51 | 225 | 0.70 | 0.77 | 0 | 0.12 | 245.52 | 0.74 | 0.54 |
| Hex | 43 | 33 | E1 | 46 | 4D | 0 | C | F6 | 4A | 36 |
| Octal | 103 | 63 | 341 | 106 | 115 | 0 | 14 | 366 | 112 | 66 |
| Binary | 1000011 | 110011 | 11100001 | 1000110 | 1001101 | 0 | 1100 | 11110110 | 1001010 | 110110 |
Color Harmonies of #4333E1
Complementary color
Monochromatic Colors of #4333E1
Black with #4333E1
Text Example
Text Example
White with #4333E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4333E1; }
p { color: rgb(67,51,225); }
H1.HeaderClassName
{
color: #4333E1;
}
.AnyTagClassName
{
color: #4333E1;
}
</style>
background-color css
<style>
a { background-color: #4333E1; }
a { background-color: rgb(67,51,225); }
div.DivClassName
{
background-color: #4333E1;
}
.BgClassName
{
background-color: #4333E1;
}
</style>
border-color css
<style>
span { border-color: #4333E1; }
span { border-color: rgb(67,51,225); }
td.TdClassName
{
border-color: #4333E1;
}
.TagClassName
{
border-color: #4333E1;
}
</style>