Shades of Neon Blue #6754FB
Tints of Neon Blue #6754FB
RGB
CMYK
RGB Variations
Color information
#6754FB (or 0x6754FB) is known color: Neon Blue. HEX triplet: 67, 54 and FB. RGB value is (103,84,251). Sum of RGB (Red+Green+Blue) = 103+84+251=438 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.52% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #6754FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6754FB is #98AB04. Grayscale: #6C6C6C. Windows color (decimal): -10005253 or 16471143. OLE color: 16471143.
HSL color Cylindrical-coordinate representation of color #6754FB: hue angle of 246.83º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6754FB is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 84 | 251 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.02 |
| HSL | 246.83º | 0.95% | 0.66% | - |
| HSV(B) | 246.83º | 0.67% | 0.98% | - |
| XYZ | 26.18 | 16.19 | 93.01 | - |
| YUV | 108.72 | 208.29 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 84 | 251 | 0.59 | 0.67 | 0 | 0.02 | 246.83 | 0.95 | 0.66 |
| Hex | 67 | 54 | FB | 3B | 43 | 0 | 2 | F7 | 5F | 42 |
| Octal | 147 | 124 | 373 | 73 | 103 | 0 | 2 | 367 | 137 | 102 |
| Binary | 1100111 | 1010100 | 11111011 | 111011 | 1000011 | 0 | 10 | 11110111 | 1011111 | 1000010 |
Color Harmonies of #6754FB
Complementary color
Monochromatic Colors of #6754FB
Black with #6754FB
Text Example
Text Example
White with #6754FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6754FB; }
p { color: rgb(103,84,251); }
H1.HeaderClassName
{
color: #6754FB;
}
.AnyTagClassName
{
color: #6754FB;
}
</style>
background-color css
<style>
a { background-color: #6754FB; }
a { background-color: rgb(103,84,251); }
div.DivClassName
{
background-color: #6754FB;
}
.BgClassName
{
background-color: #6754FB;
}
</style>
border-color css
<style>
span { border-color: #6754FB; }
span { border-color: rgb(103,84,251); }
td.TdClassName
{
border-color: #6754FB;
}
.TagClassName
{
border-color: #6754FB;
}
</style>