Shades of Neon Blue #6953FF
Tints of Neon Blue #6953FF
RGB
CMYK
RGB Variations
Color information
#6953FF (or 0x6953FF) is known color: Neon Blue. HEX triplet: 69, 53 and FF. RGB value is (105,83,255). Sum of RGB (Red+Green+Blue) = 105+83+255=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #6953FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6953FF is #96AC00. Grayscale: #6C6C6C. Windows color (decimal): -9874433 or 16733033. OLE color: 16733033.
HSL color Cylindrical-coordinate representation of color #6953FF: hue angle of 247.67º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6953FF is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 83 | 255 | - |
| CMYK | 0.59 | 0.67 | 0 | 0 |
| HSL | 247.67º | 1% | 0.66% | - |
| HSV(B) | 247.67º | 0.67% | 1% | - |
| XYZ | 26.97 | 16.41 | 96.35 | - |
| YUV | 109.19 | 210.29 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 255 | 0.59 | 0.67 | 0 | 0 | 247.67 | 1 | 0.66 |
| Hex | 69 | 53 | FF | 3B | 43 | 0 | 0 | F8 | 64 | 42 |
| Octal | 151 | 123 | 377 | 73 | 103 | 0 | 0 | 370 | 144 | 102 |
| Binary | 1101001 | 1010011 | 11111111 | 111011 | 1000011 | 0 | 0 | 11111000 | 1100100 | 1000010 |
Color Harmonies of #6953FF
Complementary color
Monochromatic Colors of #6953FF
Black with #6953FF
Text Example
Text Example
White with #6953FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953FF; }
p { color: rgb(105,83,255); }
H1.HeaderClassName
{
color: #6953FF;
}
.AnyTagClassName
{
color: #6953FF;
}
</style>
background-color css
<style>
a { background-color: #6953FF; }
a { background-color: rgb(105,83,255); }
div.DivClassName
{
background-color: #6953FF;
}
.BgClassName
{
background-color: #6953FF;
}
</style>
border-color css
<style>
span { border-color: #6953FF; }
span { border-color: rgb(105,83,255); }
td.TdClassName
{
border-color: #6953FF;
}
.TagClassName
{
border-color: #6953FF;
}
</style>