Shades of Neon Blue #6953FE
Tints of Neon Blue #6953FE
RGB
CMYK
RGB Variations
Color information
#6953FE (or 0x6953FE) is known color: Neon Blue. HEX triplet: 69, 53 and FE. RGB value is (105,83,254). Sum of RGB (Red+Green+Blue) = 105+83+254=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #6953FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6953FE is #96AC01. Grayscale: #6C6C6C. Windows color (decimal): -9874434 or 16667497. OLE color: 16667497.
HSL color Cylindrical-coordinate representation of color #6953FE: hue angle of 247.72º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6953FE is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 83 | 254 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.00 |
| HSL | 247.72º | 0.99% | 0.66% | - |
| HSV(B) | 247.72º | 0.67% | 1% | - |
| XYZ | 26.81 | 16.35 | 95.51 | - |
| YUV | 109.07 | 209.79 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 254 | 0.59 | 0.67 | 0 | 0.00 | 247.72 | 0.99 | 0.66 |
| Hex | 69 | 53 | FE | 3B | 43 | 0 | 0 | F8 | 63 | 42 |
| Octal | 151 | 123 | 376 | 73 | 103 | 0 | 0 | 370 | 143 | 102 |
| Binary | 1101001 | 1010011 | 11111110 | 111011 | 1000011 | 0 | 0 | 11111000 | 1100011 | 1000010 |
Color Harmonies of #6953FE
Complementary color
Monochromatic Colors of #6953FE
Black with #6953FE
Text Example
Text Example
White with #6953FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953FE; }
p { color: rgb(105,83,254); }
H1.HeaderClassName
{
color: #6953FE;
}
.AnyTagClassName
{
color: #6953FE;
}
</style>
background-color css
<style>
a { background-color: #6953FE; }
a { background-color: rgb(105,83,254); }
div.DivClassName
{
background-color: #6953FE;
}
.BgClassName
{
background-color: #6953FE;
}
</style>
border-color css
<style>
span { border-color: #6953FE; }
span { border-color: rgb(105,83,254); }
td.TdClassName
{
border-color: #6953FE;
}
.TagClassName
{
border-color: #6953FE;
}
</style>