Shades of Neon Blue #6A45F2
Tints of Neon Blue #6A45F2
RGB
CMYK
RGB Variations
Color information
#6A45F2 (or 0x6A45F2) is known color: Neon Blue. HEX triplet: 6A, 45 and F2. RGB value is (106,69,242). Sum of RGB (Red+Green+Blue) = 106+69+242=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #6A45F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A45F2 is #95BA0D. Grayscale: #636363. Windows color (decimal): -9812494 or 15877482. OLE color: 15877482.
HSL color Cylindrical-coordinate representation of color #6A45F2: hue angle of 252.83º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A45F2 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 69 | 242 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.05 |
| HSL | 252.83º | 0.87% | 0.61% | - |
| HSV(B) | 252.83º | 0.71% | 0.95% | - |
| XYZ | 24.1 | 13.73 | 85.38 | - |
| YUV | 99.79 | 208.26 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 69 | 242 | 0.56 | 0.71 | 0 | 0.05 | 252.83 | 0.87 | 0.61 |
| Hex | 6A | 45 | F2 | 38 | 47 | 0 | 5 | FD | 57 | 3D |
| Octal | 152 | 105 | 362 | 70 | 107 | 0 | 5 | 375 | 127 | 75 |
| Binary | 1101010 | 1000101 | 11110010 | 111000 | 1000111 | 0 | 101 | 11111101 | 1010111 | 111101 |
Color Harmonies of #6A45F2
Complementary color
Monochromatic Colors of #6A45F2
Black with #6A45F2
Text Example
Text Example
White with #6A45F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A45F2; }
p { color: rgb(106,69,242); }
H1.HeaderClassName
{
color: #6A45F2;
}
.AnyTagClassName
{
color: #6A45F2;
}
</style>
background-color css
<style>
a { background-color: #6A45F2; }
a { background-color: rgb(106,69,242); }
div.DivClassName
{
background-color: #6A45F2;
}
.BgClassName
{
background-color: #6A45F2;
}
</style>
border-color css
<style>
span { border-color: #6A45F2; }
span { border-color: rgb(106,69,242); }
td.TdClassName
{
border-color: #6A45F2;
}
.TagClassName
{
border-color: #6A45F2;
}
</style>