Shades of Neon Blue #6752FE
Tints of Neon Blue #6752FE
RGB
CMYK
RGB Variations
Color information
#6752FE (or 0x6752FE) is known color: Neon Blue. HEX triplet: 67, 52 and FE. RGB value is (103,82,254). Sum of RGB (Red+Green+Blue) = 103+82+254=439 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.46% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #6752FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6752FE is #98AD01. Grayscale: #6B6B6B. Windows color (decimal): -10005762 or 16667239. OLE color: 16667239.
HSL color Cylindrical-coordinate representation of color #6752FE: hue angle of 247.33º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6752FE is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 82 | 254 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.00 |
| HSL | 247.33º | 0.99% | 0.66% | - |
| HSV(B) | 247.33º | 0.68% | 1% | - |
| XYZ | 26.5 | 16.07 | 95.47 | - |
| YUV | 107.89 | 210.46 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 254 | 0.59 | 0.68 | 0 | 0.00 | 247.33 | 0.99 | 0.66 |
| Hex | 67 | 52 | FE | 3B | 44 | 0 | 0 | F7 | 63 | 42 |
| Octal | 147 | 122 | 376 | 73 | 104 | 0 | 0 | 367 | 143 | 102 |
| Binary | 1100111 | 1010010 | 11111110 | 111011 | 1000100 | 0 | 0 | 11110111 | 1100011 | 1000010 |
Color Harmonies of #6752FE
Complementary color
Monochromatic Colors of #6752FE
Black with #6752FE
Text Example
Text Example
White with #6752FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6752FE; }
p { color: rgb(103,82,254); }
H1.HeaderClassName
{
color: #6752FE;
}
.AnyTagClassName
{
color: #6752FE;
}
</style>
background-color css
<style>
a { background-color: #6752FE; }
a { background-color: rgb(103,82,254); }
div.DivClassName
{
background-color: #6752FE;
}
.BgClassName
{
background-color: #6752FE;
}
</style>
border-color css
<style>
span { border-color: #6752FE; }
span { border-color: rgb(103,82,254); }
td.TdClassName
{
border-color: #6752FE;
}
.TagClassName
{
border-color: #6752FE;
}
</style>