Html Css Color HEX #553CEC Neon Blue

📋 copy color: '#553CEC'

red 85 ◦ green 60 ◦ blue 236

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

Shades of Neon Blue #553CEC

Tints of Neon Blue #553CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.94%

R = 22.31%
G = 15.75%
B = 61.94%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#553CEC (or 0x553CEC) is known color: Neon Blue. HEX triplet: 55, 3C and EC. RGB value is (85,60,236). Sum of RGB (Red+Green+Blue) = 85+60+236=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #553CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553CEC is #AAC313. Grayscale: #565656. Windows color (decimal): -11191060 or 15481941. OLE color: 15481941.

HSL color Cylindrical-coordinate representation of color #553CEC: hue angle of 248.52º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #553CEC is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 60 236 -
CMYK 0.64 0.75 0 0.07
HSL 248.52º 0.82% 0.58% -
HSV(B) 248.52º 0.75% 0.93% -
XYZ 20.5 11.22 80.44 -
YUV 87.54 211.78 126.19 -
System Red Green Blue C M Y K H S L
Decimal 85 60 236 0.64 0.75 0 0.07 248.52 0.82 0.58
Hex 55 3C EC 40 4B 0 7 F9 52 3A
Octal 125 74 354 100 113 0 7 371 122 72
Binary 1010101 111100 11101100 1000000 1001011 0 111 11111001 1010010 111010

Color Harmonies of #553CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CEC

Black with #553CEC

Text Example


Text Example

White with #553CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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