Shades of Neon Blue #6353F1
Tints of Neon Blue #6353F1
RGB
CMYK
RGB Variations
Color information
#6353F1 (or 0x6353F1) is known color: Neon Blue. HEX triplet: 63, 53 and F1. RGB value is (99,83,241). Sum of RGB (Red+Green+Blue) = 99+83+241=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #6353F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6353F1 is #9CAC0E. Grayscale: #696969. Windows color (decimal): -10267663 or 15815523. OLE color: 15815523.
HSL color Cylindrical-coordinate representation of color #6353F1: hue angle of 246.08º degrees, saturation: 0.85, 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 #6353F1 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 83 | 241 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.05 |
| HSL | 246.08º | 0.85% | 0.64% | - |
| HSV(B) | 246.08º | 0.66% | 0.95% | - |
| XYZ | 24.12 | 15.19 | 84.88 | - |
| YUV | 105.8 | 204.3 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 241 | 0.59 | 0.66 | 0 | 0.05 | 246.08 | 0.85 | 0.64 |
| Hex | 63 | 53 | F1 | 3B | 42 | 0 | 5 | F6 | 55 | 40 |
| Octal | 143 | 123 | 361 | 73 | 102 | 0 | 5 | 366 | 125 | 100 |
| Binary | 1100011 | 1010011 | 11110001 | 111011 | 1000010 | 0 | 101 | 11110110 | 1010101 | 1000000 |
Color Harmonies of #6353F1
Complementary color
Monochromatic Colors of #6353F1
Black with #6353F1
Text Example
Text Example
White with #6353F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353F1; }
p { color: rgb(99,83,241); }
H1.HeaderClassName
{
color: #6353F1;
}
.AnyTagClassName
{
color: #6353F1;
}
</style>
background-color css
<style>
a { background-color: #6353F1; }
a { background-color: rgb(99,83,241); }
div.DivClassName
{
background-color: #6353F1;
}
.BgClassName
{
background-color: #6353F1;
}
</style>
border-color css
<style>
span { border-color: #6353F1; }
span { border-color: rgb(99,83,241); }
td.TdClassName
{
border-color: #6353F1;
}
.TagClassName
{
border-color: #6353F1;
}
</style>