Shades of Neon Blue #6953FD
Tints of Neon Blue #6953FD
RGB
CMYK
RGB Variations
Color information
#6953FD (or 0x6953FD) is known color: Neon Blue. HEX triplet: 69, 53 and FD. RGB value is (105,83,253). Sum of RGB (Red+Green+Blue) = 105+83+253=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #6953FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6953FD is #96AC02. Grayscale: #6C6C6C. Windows color (decimal): -9874435 or 16601961. OLE color: 16601961.
HSL color Cylindrical-coordinate representation of color #6953FD: hue angle of 247.76º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6953FD is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 83 | 253 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.01 |
| HSL | 247.76º | 0.98% | 0.66% | - |
| HSV(B) | 247.76º | 0.67% | 0.99% | - |
| XYZ | 26.65 | 16.28 | 94.67 | - |
| YUV | 108.96 | 209.29 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 253 | 0.58 | 0.67 | 0 | 0.01 | 247.76 | 0.98 | 0.66 |
| Hex | 69 | 53 | FD | 3A | 43 | 0 | 1 | F8 | 62 | 42 |
| Octal | 151 | 123 | 375 | 72 | 103 | 0 | 1 | 370 | 142 | 102 |
| Binary | 1101001 | 1010011 | 11111101 | 111010 | 1000011 | 0 | 1 | 11111000 | 1100010 | 1000010 |
Color Harmonies of #6953FD
Complementary color
Monochromatic Colors of #6953FD
Black with #6953FD
Text Example
Text Example
White with #6953FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953FD; }
p { color: rgb(105,83,253); }
H1.HeaderClassName
{
color: #6953FD;
}
.AnyTagClassName
{
color: #6953FD;
}
</style>
background-color css
<style>
a { background-color: #6953FD; }
a { background-color: rgb(105,83,253); }
div.DivClassName
{
background-color: #6953FD;
}
.BgClassName
{
background-color: #6953FD;
}
</style>
border-color css
<style>
span { border-color: #6953FD; }
span { border-color: rgb(105,83,253); }
td.TdClassName
{
border-color: #6953FD;
}
.TagClassName
{
border-color: #6953FD;
}
</style>