Shades of Neon Blue #6755FE
Tints of Neon Blue #6755FE
RGB
CMYK
RGB Variations
Color information
#6755FE (or 0x6755FE) is known color: Neon Blue. HEX triplet: 67, 55 and FE. RGB value is (103,85,254). Sum of RGB (Red+Green+Blue) = 103+85+254=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #6755FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6755FE is #98AA01. Grayscale: #6C6C6C. Windows color (decimal): -10004994 or 16668007. OLE color: 16668007.
HSL color Cylindrical-coordinate representation of color #6755FE: hue angle of 246.39º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6755FE is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 85 | 254 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.00 |
| HSL | 246.39º | 0.99% | 0.66% | - |
| HSV(B) | 246.39º | 0.67% | 1% | - |
| XYZ | 26.73 | 16.54 | 95.55 | - |
| YUV | 109.65 | 209.46 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 254 | 0.59 | 0.67 | 0 | 0.00 | 246.39 | 0.99 | 0.66 |
| Hex | 67 | 55 | FE | 3B | 43 | 0 | 0 | F6 | 63 | 42 |
| Octal | 147 | 125 | 376 | 73 | 103 | 0 | 0 | 366 | 143 | 102 |
| Binary | 1100111 | 1010101 | 11111110 | 111011 | 1000011 | 0 | 0 | 11110110 | 1100011 | 1000010 |
Color Harmonies of #6755FE
Complementary color
Monochromatic Colors of #6755FE
Black with #6755FE
Text Example
Text Example
White with #6755FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6755FE; }
p { color: rgb(103,85,254); }
H1.HeaderClassName
{
color: #6755FE;
}
.AnyTagClassName
{
color: #6755FE;
}
</style>
background-color css
<style>
a { background-color: #6755FE; }
a { background-color: rgb(103,85,254); }
div.DivClassName
{
background-color: #6755FE;
}
.BgClassName
{
background-color: #6755FE;
}
</style>
border-color css
<style>
span { border-color: #6755FE; }
span { border-color: rgb(103,85,254); }
td.TdClassName
{
border-color: #6755FE;
}
.TagClassName
{
border-color: #6755FE;
}
</style>