Shades of Neon Blue #6B3EFC
Tints of Neon Blue #6B3EFC
RGB
CMYK
RGB Variations
Color information
#6B3EFC (or 0x6B3EFC) is known color: Neon Blue. HEX triplet: 6B, 3E and FC. RGB value is (107,62,252). Sum of RGB (Red+Green+Blue) = 107+62+252=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B3EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3EFC is #94C103. Grayscale: #606060. Windows color (decimal): -9748740 or 16531051. OLE color: 16531051.
HSL color Cylindrical-coordinate representation of color #6B3EFC: hue angle of 254.21º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B3EFC is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 62 | 252 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.01 |
| HSL | 254.21º | 0.97% | 0.62% | - |
| HSV(B) | 254.21º | 0.75% | 0.99% | - |
| XYZ | 25.36 | 13.6 | 93.38 | - |
| YUV | 97.12 | 215.41 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 62 | 252 | 0.58 | 0.75 | 0 | 0.01 | 254.21 | 0.97 | 0.62 |
| Hex | 6B | 3E | FC | 3A | 4B | 0 | 1 | FE | 61 | 3E |
| Octal | 153 | 76 | 374 | 72 | 113 | 0 | 1 | 376 | 141 | 76 |
| Binary | 1101011 | 111110 | 11111100 | 111010 | 1001011 | 0 | 1 | 11111110 | 1100001 | 111110 |
Color Harmonies of #6B3EFC
Complementary color
Monochromatic Colors of #6B3EFC
Black with #6B3EFC
Text Example
Text Example
White with #6B3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3EFC; }
p { color: rgb(107,62,252); }
H1.HeaderClassName
{
color: #6B3EFC;
}
.AnyTagClassName
{
color: #6B3EFC;
}
</style>
background-color css
<style>
a { background-color: #6B3EFC; }
a { background-color: rgb(107,62,252); }
div.DivClassName
{
background-color: #6B3EFC;
}
.BgClassName
{
background-color: #6B3EFC;
}
</style>
border-color css
<style>
span { border-color: #6B3EFC; }
span { border-color: rgb(107,62,252); }
td.TdClassName
{
border-color: #6B3EFC;
}
.TagClassName
{
border-color: #6B3EFC;
}
</style>