Shades of Neon Blue #6755FD
Tints of Neon Blue #6755FD
RGB
CMYK
RGB Variations
Color information
#6755FD (or 0x6755FD) is known color: Neon Blue. HEX triplet: 67, 55 and FD. RGB value is (103,85,253). Sum of RGB (Red+Green+Blue) = 103+85+253=441 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.36% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #6755FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6755FD is #98AA02. Grayscale: #6C6C6C. Windows color (decimal): -10004995 or 16602471. OLE color: 16602471.
HSL color Cylindrical-coordinate representation of color #6755FD: hue angle of 246.43º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6755FD is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 85 | 253 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.01 |
| HSL | 246.43º | 0.98% | 0.66% | - |
| HSV(B) | 246.43º | 0.66% | 0.99% | - |
| XYZ | 26.57 | 16.47 | 94.71 | - |
| YUV | 109.53 | 208.96 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 253 | 0.59 | 0.66 | 0 | 0.01 | 246.43 | 0.98 | 0.66 |
| Hex | 67 | 55 | FD | 3B | 42 | 0 | 1 | F6 | 62 | 42 |
| Octal | 147 | 125 | 375 | 73 | 102 | 0 | 1 | 366 | 142 | 102 |
| Binary | 1100111 | 1010101 | 11111101 | 111011 | 1000010 | 0 | 1 | 11110110 | 1100010 | 1000010 |
Color Harmonies of #6755FD
Complementary color
Monochromatic Colors of #6755FD
Black with #6755FD
Text Example
Text Example
White with #6755FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6755FD; }
p { color: rgb(103,85,253); }
H1.HeaderClassName
{
color: #6755FD;
}
.AnyTagClassName
{
color: #6755FD;
}
</style>
background-color css
<style>
a { background-color: #6755FD; }
a { background-color: rgb(103,85,253); }
div.DivClassName
{
background-color: #6755FD;
}
.BgClassName
{
background-color: #6755FD;
}
</style>
border-color css
<style>
span { border-color: #6755FD; }
span { border-color: rgb(103,85,253); }
td.TdClassName
{
border-color: #6755FD;
}
.TagClassName
{
border-color: #6755FD;
}
</style>