Shades of Neon Blue #6B3FEF
Tints of Neon Blue #6B3FEF
RGB
CMYK
RGB Variations
Color information
#6B3FEF (or 0x6B3FEF) is known color: Neon Blue. HEX triplet: 6B, 3F and EF. RGB value is (107,63,239). Sum of RGB (Red+Green+Blue) = 107+63+239=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B3FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3FEF is #94C010. Grayscale: #5F5F5F. Windows color (decimal): -9748497 or 15679339. OLE color: 15679339.
HSL color Cylindrical-coordinate representation of color #6B3FEF: hue angle of 255º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B3FEF is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 63 | 239 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.06 |
| HSL | 255º | 0.85% | 0.59% | - |
| HSV(B) | 255º | 0.74% | 0.94% | - |
| XYZ | 23.42 | 12.91 | 82.92 | - |
| YUV | 96.22 | 208.58 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 63 | 239 | 0.55 | 0.74 | 0 | 0.06 | 255 | 0.85 | 0.59 |
| Hex | 6B | 3F | EF | 37 | 4A | 0 | 6 | FF | 55 | 3B |
| Octal | 153 | 77 | 357 | 67 | 112 | 0 | 6 | 377 | 125 | 73 |
| Binary | 1101011 | 111111 | 11101111 | 110111 | 1001010 | 0 | 110 | 11111111 | 1010101 | 111011 |
Color Harmonies of #6B3FEF
Complementary color
Monochromatic Colors of #6B3FEF
Black with #6B3FEF
Text Example
Text Example
White with #6B3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3FEF; }
p { color: rgb(107,63,239); }
H1.HeaderClassName
{
color: #6B3FEF;
}
.AnyTagClassName
{
color: #6B3FEF;
}
</style>
background-color css
<style>
a { background-color: #6B3FEF; }
a { background-color: rgb(107,63,239); }
div.DivClassName
{
background-color: #6B3FEF;
}
.BgClassName
{
background-color: #6B3FEF;
}
</style>
border-color css
<style>
span { border-color: #6B3FEF; }
span { border-color: rgb(107,63,239); }
td.TdClassName
{
border-color: #6B3FEF;
}
.TagClassName
{
border-color: #6B3FEF;
}
</style>