Shades of Neon Blue #6B3AFC
Tints of Neon Blue #6B3AFC
RGB
CMYK
RGB Variations
Color information
#6B3AFC (or 0x6B3AFC) is known color: Neon Blue. HEX triplet: 6B, 3A and FC. RGB value is (107,58,252). Sum of RGB (Red+Green+Blue) = 107+58+252=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B3AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3AFC is #94C503. Grayscale: #5E5E5E. Windows color (decimal): -9749764 or 16530027. OLE color: 16530027.
HSL color Cylindrical-coordinate representation of color #6B3AFC: hue angle of 255.15º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B3AFC is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 58 | 252 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.01 |
| HSL | 255.15º | 0.97% | 0.61% | - |
| HSV(B) | 255.15º | 0.77% | 0.99% | - |
| XYZ | 25.15 | 13.18 | 93.31 | - |
| YUV | 94.77 | 216.73 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 252 | 0.58 | 0.77 | 0 | 0.01 | 255.15 | 0.97 | 0.61 |
| Hex | 6B | 3A | FC | 3A | 4D | 0 | 1 | FF | 61 | 3D |
| Octal | 153 | 72 | 374 | 72 | 115 | 0 | 1 | 377 | 141 | 75 |
| Binary | 1101011 | 111010 | 11111100 | 111010 | 1001101 | 0 | 1 | 11111111 | 1100001 | 111101 |
Color Harmonies of #6B3AFC
Complementary color
Monochromatic Colors of #6B3AFC
Black with #6B3AFC
Text Example
Text Example
White with #6B3AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3AFC; }
p { color: rgb(107,58,252); }
H1.HeaderClassName
{
color: #6B3AFC;
}
.AnyTagClassName
{
color: #6B3AFC;
}
</style>
background-color css
<style>
a { background-color: #6B3AFC; }
a { background-color: rgb(107,58,252); }
div.DivClassName
{
background-color: #6B3AFC;
}
.BgClassName
{
background-color: #6B3AFC;
}
</style>
border-color css
<style>
span { border-color: #6B3AFC; }
span { border-color: rgb(107,58,252); }
td.TdClassName
{
border-color: #6B3AFC;
}
.TagClassName
{
border-color: #6B3AFC;
}
</style>