Html Css Color HEX #553CDE Neon Blue

📋 copy color: '#553CDE'

red 85 ◦ green 60 ◦ blue 222

#553CDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #553CDE

Tints of Neon Blue #553CDE

RGB

 RED value IS 85 (33.59% from 255) = 23.16%

 GREEN value IS 60 (23.83% from 255) = 16.35%

 BLUE value IS 222 (87.11% from 255) = 60.49%

R = 23.16%
G = 16.35%
B = 60.49%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#553CDE (or 0x553CDE) is known color: Neon Blue. HEX triplet: 55, 3C and DE. RGB value is (85,60,222). Sum of RGB (Red+Green+Blue) = 85+60+222=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #553CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CDE is #AAC321. Grayscale: #555555. Windows color (decimal): -11191074 or 14564437. OLE color: 14564437.

HSL color Cylindrical-coordinate representation of color #553CDE: hue angle of 249.26º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553CDE is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 60 222 -
CMYK 0.62 0.73 0 0.13
HSL 249.26º 0.71% 0.55% -
HSV(B) 249.26º 0.73% 0.87% -
XYZ 18.55 10.44 70.14 -
YUV 85.94 204.78 127.33 -
System Red Green Blue C M Y K H S L
Decimal 85 60 222 0.62 0.73 0 0.13 249.26 0.71 0.55
Hex 55 3C DE 3E 49 0 D F9 47 37
Octal 125 74 336 76 111 0 15 371 107 67
Binary 1010101 111100 11011110 111110 1001001 0 1101 11111001 1000111 110111

Color Harmonies of #553CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CDE

Black with #553CDE

Text Example


Text Example

White with #553CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553CDE; }

 p { color: rgb(85,60,222); }

 H1.HeaderClassName
 {
   color: #553CDE;
 }
 .AnyTagClassName
 {
   color: #553CDE;
 }
</style>

background-color css

<style>
 a { background-color: #553CDE; }

 a { background-color: rgb(85,60,222); }

 div.DivClassName
 {
   background-color: #553CDE;
 }
 .BgClassName
 {
   background-color: #553CDE;
 }
</style>

border-color css

<style>
 span { border-color: #553CDE; }

 span { border-color: rgb(85,60,222); }

 td.TdClassName
 {
   border-color: #553CDE;
 }
 .TagClassName
 {
   border-color: #553CDE;
 }
</style>