Shades of Neon Blue #2655FF
Tints of Neon Blue #2655FF
RGB
CMYK
RGB Variations
Color information
#2655FF (or 0x2655FF) is known color: Neon Blue. HEX triplet: 26, 55 and FF. RGB value is (38,85,255). Sum of RGB (Red+Green+Blue) = 38+85+255=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #2655FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2655FF is #D9AA00. Grayscale: #595959. Windows color (decimal): -14264833 or 16733478. OLE color: 16733478.
HSL color Cylindrical-coordinate representation of color #2655FF: hue angle of 227º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2655FF is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 85 | 255 | - |
| CMYK | 0.85 | 0.67 | 0 | 0 |
| HSL | 227º | 1% | 0.57% | - |
| HSV(B) | 227º | 0.85% | 1% | - |
| XYZ | 22.1 | 14.13 | 96.17 | - |
| YUV | 90.33 | 220.93 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 255 | 0.85 | 0.67 | 0 | 0 | 227 | 1 | 0.57 |
| Hex | 26 | 55 | FF | 55 | 43 | 0 | 0 | E3 | 64 | 39 |
| Octal | 46 | 125 | 377 | 125 | 103 | 0 | 0 | 343 | 144 | 71 |
| Binary | 100110 | 1010101 | 11111111 | 1010101 | 1000011 | 0 | 0 | 11100011 | 1100100 | 111001 |
Color Harmonies of #2655FF
Complementary color
Monochromatic Colors of #2655FF
Black with #2655FF
Text Example
Text Example
White with #2655FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2655FF; }
p { color: rgb(38,85,255); }
H1.HeaderClassName
{
color: #2655FF;
}
.AnyTagClassName
{
color: #2655FF;
}
</style>
background-color css
<style>
a { background-color: #2655FF; }
a { background-color: rgb(38,85,255); }
div.DivClassName
{
background-color: #2655FF;
}
.BgClassName
{
background-color: #2655FF;
}
</style>
border-color css
<style>
span { border-color: #2655FF; }
span { border-color: rgb(38,85,255); }
td.TdClassName
{
border-color: #2655FF;
}
.TagClassName
{
border-color: #2655FF;
}
</style>