Shades of Neon Blue #605DF3
Tints of Neon Blue #605DF3
RGB
CMYK
RGB Variations
Color information
#605DF3 (or 0x605DF3) is known color: Neon Blue. HEX triplet: 60, 5D and F3. RGB value is (96,93,243). Sum of RGB (Red+Green+Blue) = 96+93+243=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #605DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605DF3 is #9FA20C. Grayscale: #6E6E6E. Windows color (decimal): -10461709 or 15949152. OLE color: 15949152.
HSL color Cylindrical-coordinate representation of color #605DF3: hue angle of 241.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #605DF3 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 93 | 243 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.05 |
| HSL | 241.2º | 0.86% | 0.66% | - |
| HSV(B) | 241.2º | 0.62% | 0.95% | - |
| XYZ | 24.92 | 16.79 | 86.72 | - |
| YUV | 111 | 202.49 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 243 | 0.60 | 0.62 | 0 | 0.05 | 241.2 | 0.86 | 0.66 |
| Hex | 60 | 5D | F3 | 3C | 3E | 0 | 5 | F1 | 56 | 42 |
| Octal | 140 | 135 | 363 | 74 | 76 | 0 | 5 | 361 | 126 | 102 |
| Binary | 1100000 | 1011101 | 11110011 | 111100 | 111110 | 0 | 101 | 11110001 | 1010110 | 1000010 |
Color Harmonies of #605DF3
Complementary color
Monochromatic Colors of #605DF3
Black with #605DF3
Text Example
Text Example
White with #605DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605DF3; }
p { color: rgb(96,93,243); }
H1.HeaderClassName
{
color: #605DF3;
}
.AnyTagClassName
{
color: #605DF3;
}
</style>
background-color css
<style>
a { background-color: #605DF3; }
a { background-color: rgb(96,93,243); }
div.DivClassName
{
background-color: #605DF3;
}
.BgClassName
{
background-color: #605DF3;
}
</style>
border-color css
<style>
span { border-color: #605DF3; }
span { border-color: rgb(96,93,243); }
td.TdClassName
{
border-color: #605DF3;
}
.TagClassName
{
border-color: #605DF3;
}
</style>