Shades of Neon Blue #6939FE
Tints of Neon Blue #6939FE
RGB
CMYK
RGB Variations
Color information
#6939FE (or 0x6939FE) is known color: Neon Blue. HEX triplet: 69, 39 and FE. RGB value is (105,57,254). Sum of RGB (Red+Green+Blue) = 105+57+254=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #6939FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6939FE is #96C601. Grayscale: #5D5D5D. Windows color (decimal): -9881090 or 16660841. OLE color: 16660841.
HSL color Cylindrical-coordinate representation of color #6939FE: hue angle of 254.62º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6939FE is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 57 | 254 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.00 |
| HSL | 254.62º | 0.99% | 0.61% | - |
| HSV(B) | 254.62º | 0.78% | 1% | - |
| XYZ | 25.18 | 13.09 | 94.96 | - |
| YUV | 93.81 | 218.4 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 254 | 0.59 | 0.78 | 0 | 0.00 | 254.62 | 0.99 | 0.61 |
| Hex | 69 | 39 | FE | 3B | 4E | 0 | 0 | FF | 63 | 3D |
| Octal | 151 | 71 | 376 | 73 | 116 | 0 | 0 | 377 | 143 | 75 |
| Binary | 1101001 | 111001 | 11111110 | 111011 | 1001110 | 0 | 0 | 11111111 | 1100011 | 111101 |
Color Harmonies of #6939FE
Complementary color
Monochromatic Colors of #6939FE
Black with #6939FE
Text Example
Text Example
White with #6939FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6939FE; }
p { color: rgb(105,57,254); }
H1.HeaderClassName
{
color: #6939FE;
}
.AnyTagClassName
{
color: #6939FE;
}
</style>
background-color css
<style>
a { background-color: #6939FE; }
a { background-color: rgb(105,57,254); }
div.DivClassName
{
background-color: #6939FE;
}
.BgClassName
{
background-color: #6939FE;
}
</style>
border-color css
<style>
span { border-color: #6939FE; }
span { border-color: rgb(105,57,254); }
td.TdClassName
{
border-color: #6939FE;
}
.TagClassName
{
border-color: #6939FE;
}
</style>