Shades of Neon Blue #4331FF
Tints of Neon Blue #4331FF
RGB
CMYK
RGB Variations
Color information
#4331FF (or 0x4331FF) is known color: Neon Blue. HEX triplet: 43, 31 and FF. RGB value is (67,49,255). Sum of RGB (Red+Green+Blue) = 67+49+255=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #4331FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4331FF is #BCCE00. Grayscale: #4D4D4D. Windows color (decimal): -12373505 or 16724291. OLE color: 16724291.
HSL color Cylindrical-coordinate representation of color #4331FF: hue angle of 245.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4331FF is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 49 | 255 | - |
| CMYK | 0.74 | 0.81 | 0 | 0 |
| HSL | 245.24º | 1% | 0.6% | - |
| HSV(B) | 245.24º | 0.81% | 1% | - |
| XYZ | 21.46 | 10.61 | 95.52 | - |
| YUV | 77.87 | 227.96 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 255 | 0.74 | 0.81 | 0 | 0 | 245.24 | 1 | 0.6 |
| Hex | 43 | 31 | FF | 4A | 51 | 0 | 0 | F5 | 64 | 3C |
| Octal | 103 | 61 | 377 | 112 | 121 | 0 | 0 | 365 | 144 | 74 |
| Binary | 1000011 | 110001 | 11111111 | 1001010 | 1010001 | 0 | 0 | 11110101 | 1100100 | 111100 |
Color Harmonies of #4331FF
Complementary color
Monochromatic Colors of #4331FF
Black with #4331FF
Text Example
Text Example
White with #4331FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4331FF; }
p { color: rgb(67,49,255); }
H1.HeaderClassName
{
color: #4331FF;
}
.AnyTagClassName
{
color: #4331FF;
}
</style>
background-color css
<style>
a { background-color: #4331FF; }
a { background-color: rgb(67,49,255); }
div.DivClassName
{
background-color: #4331FF;
}
.BgClassName
{
background-color: #4331FF;
}
</style>
border-color css
<style>
span { border-color: #4331FF; }
span { border-color: rgb(67,49,255); }
td.TdClassName
{
border-color: #4331FF;
}
.TagClassName
{
border-color: #4331FF;
}
</style>