Shades of Neon Blue #6355F2
Tints of Neon Blue #6355F2
RGB
CMYK
RGB Variations
Color information
#6355F2 (or 0x6355F2) is known color: Neon Blue. HEX triplet: 63, 55 and F2. RGB value is (99,85,242). Sum of RGB (Red+Green+Blue) = 99+85+242=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #6355F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6355F2 is #9CAA0D. Grayscale: #6A6A6A. Windows color (decimal): -10267150 or 15881571. OLE color: 15881571.
HSL color Cylindrical-coordinate representation of color #6355F2: hue angle of 245.35º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6355F2 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 85 | 242 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.05 |
| HSL | 245.35º | 0.86% | 0.64% | - |
| HSV(B) | 245.35º | 0.65% | 0.95% | - |
| XYZ | 24.42 | 15.56 | 85.72 | - |
| YUV | 107.08 | 204.14 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 242 | 0.59 | 0.65 | 0 | 0.05 | 245.35 | 0.86 | 0.64 |
| Hex | 63 | 55 | F2 | 3B | 41 | 0 | 5 | F5 | 56 | 40 |
| Octal | 143 | 125 | 362 | 73 | 101 | 0 | 5 | 365 | 126 | 100 |
| Binary | 1100011 | 1010101 | 11110010 | 111011 | 1000001 | 0 | 101 | 11110101 | 1010110 | 1000000 |
Color Harmonies of #6355F2
Complementary color
Monochromatic Colors of #6355F2
Black with #6355F2
Text Example
Text Example
White with #6355F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6355F2; }
p { color: rgb(99,85,242); }
H1.HeaderClassName
{
color: #6355F2;
}
.AnyTagClassName
{
color: #6355F2;
}
</style>
background-color css
<style>
a { background-color: #6355F2; }
a { background-color: rgb(99,85,242); }
div.DivClassName
{
background-color: #6355F2;
}
.BgClassName
{
background-color: #6355F2;
}
</style>
border-color css
<style>
span { border-color: #6355F2; }
span { border-color: rgb(99,85,242); }
td.TdClassName
{
border-color: #6355F2;
}
.TagClassName
{
border-color: #6355F2;
}
</style>