Shades of Neon Blue #4C69FF
Tints of Neon Blue #4C69FF
RGB
CMYK
RGB Variations
Color information
#4C69FF (or 0x4C69FF) is known color: Neon Blue. HEX triplet: 4C, 69 and FF. RGB value is (76,105,255). Sum of RGB (Red+Green+Blue) = 76+105+255=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C69FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C69FF is #B39600. Grayscale: #707070. Windows color (decimal): -11769345 or 16738636. OLE color: 16738636.
HSL color Cylindrical-coordinate representation of color #4C69FF: hue angle of 230.28º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C69FF is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 105 | 255 | - |
| CMYK | 0.70 | 0.59 | 0 | 0 |
| HSL | 230.28º | 1% | 0.65% | - |
| HSV(B) | 230.28º | 0.7% | 1% | - |
| XYZ | 26.08 | 18.86 | 96.87 | - |
| YUV | 113.43 | 207.89 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 255 | 0.70 | 0.59 | 0 | 0 | 230.28 | 1 | 0.65 |
| Hex | 4C | 69 | FF | 46 | 3B | 0 | 0 | E6 | 64 | 41 |
| Octal | 114 | 151 | 377 | 106 | 73 | 0 | 0 | 346 | 144 | 101 |
| Binary | 1001100 | 1101001 | 11111111 | 1000110 | 111011 | 0 | 0 | 11100110 | 1100100 | 1000001 |
Color Harmonies of #4C69FF
Complementary color
Monochromatic Colors of #4C69FF
Black with #4C69FF
Text Example
Text Example
White with #4C69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C69FF; }
p { color: rgb(76,105,255); }
H1.HeaderClassName
{
color: #4C69FF;
}
.AnyTagClassName
{
color: #4C69FF;
}
</style>
background-color css
<style>
a { background-color: #4C69FF; }
a { background-color: rgb(76,105,255); }
div.DivClassName
{
background-color: #4C69FF;
}
.BgClassName
{
background-color: #4C69FF;
}
</style>
border-color css
<style>
span { border-color: #4C69FF; }
span { border-color: rgb(76,105,255); }
td.TdClassName
{
border-color: #4C69FF;
}
.TagClassName
{
border-color: #4C69FF;
}
</style>