Shades of Neon Blue #6A4AF5
Tints of Neon Blue #6A4AF5
RGB
CMYK
RGB Variations
Color information
#6A4AF5 (or 0x6A4AF5) is known color: Neon Blue. HEX triplet: 6A, 4A and F5. RGB value is (106,74,245). Sum of RGB (Red+Green+Blue) = 106+74+245=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #6A4AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A4AF5 is #95B50A. Grayscale: #666666. Windows color (decimal): -9811211 or 16075370. OLE color: 16075370.
HSL color Cylindrical-coordinate representation of color #6A4AF5: hue angle of 251.23º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A4AF5 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 74 | 245 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.04 |
| HSL | 251.23º | 0.9% | 0.63% | - |
| HSV(B) | 251.23º | 0.7% | 0.96% | - |
| XYZ | 24.87 | 14.55 | 87.88 | - |
| YUV | 103.06 | 208.1 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 74 | 245 | 0.57 | 0.70 | 0 | 0.04 | 251.23 | 0.9 | 0.63 |
| Hex | 6A | 4A | F5 | 39 | 46 | 0 | 4 | FB | 5A | 3F |
| Octal | 152 | 112 | 365 | 71 | 106 | 0 | 4 | 373 | 132 | 77 |
| Binary | 1101010 | 1001010 | 11110101 | 111001 | 1000110 | 0 | 100 | 11111011 | 1011010 | 111111 |
Color Harmonies of #6A4AF5
Complementary color
Monochromatic Colors of #6A4AF5
Black with #6A4AF5
Text Example
Text Example
White with #6A4AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4AF5; }
p { color: rgb(106,74,245); }
H1.HeaderClassName
{
color: #6A4AF5;
}
.AnyTagClassName
{
color: #6A4AF5;
}
</style>
background-color css
<style>
a { background-color: #6A4AF5; }
a { background-color: rgb(106,74,245); }
div.DivClassName
{
background-color: #6A4AF5;
}
.BgClassName
{
background-color: #6A4AF5;
}
</style>
border-color css
<style>
span { border-color: #6A4AF5; }
span { border-color: rgb(106,74,245); }
td.TdClassName
{
border-color: #6A4AF5;
}
.TagClassName
{
border-color: #6A4AF5;
}
</style>