Shades of Neon Blue #6553F3
Tints of Neon Blue #6553F3
RGB
CMYK
RGB Variations
Color information
#6553F3 (or 0x6553F3) is known color: Neon Blue. HEX triplet: 65, 53 and F3. RGB value is (101,83,243). Sum of RGB (Red+Green+Blue) = 101+83+243=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 243 (95.31% from 255 or 56.91% from 427); Max value from RGB is 243 - color contains mainly: blue. Hex color #6553F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6553F3 is #9AAC0C. Grayscale: #6A6A6A. Windows color (decimal): -10136589 or 15946597. OLE color: 15946597.
HSL color Cylindrical-coordinate representation of color #6553F3: hue angle of 246.75º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6553F3 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 83 | 243 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.05 |
| HSL | 246.75º | 0.87% | 0.64% | - |
| HSV(B) | 246.75º | 0.66% | 0.95% | - |
| XYZ | 24.64 | 15.42 | 86.47 | - |
| YUV | 106.62 | 204.96 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 243 | 0.58 | 0.66 | 0 | 0.05 | 246.75 | 0.87 | 0.64 |
| Hex | 65 | 53 | F3 | 3A | 42 | 0 | 5 | F7 | 57 | 40 |
| Octal | 145 | 123 | 363 | 72 | 102 | 0 | 5 | 367 | 127 | 100 |
| Binary | 1100101 | 1010011 | 11110011 | 111010 | 1000010 | 0 | 101 | 11110111 | 1010111 | 1000000 |
Color Harmonies of #6553F3
Complementary color
Monochromatic Colors of #6553F3
Black with #6553F3
Text Example
Text Example
White with #6553F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6553F3; }
p { color: rgb(101,83,243); }
H1.HeaderClassName
{
color: #6553F3;
}
.AnyTagClassName
{
color: #6553F3;
}
</style>
background-color css
<style>
a { background-color: #6553F3; }
a { background-color: rgb(101,83,243); }
div.DivClassName
{
background-color: #6553F3;
}
.BgClassName
{
background-color: #6553F3;
}
</style>
border-color css
<style>
span { border-color: #6553F3; }
span { border-color: rgb(101,83,243); }
td.TdClassName
{
border-color: #6553F3;
}
.TagClassName
{
border-color: #6553F3;
}
</style>