Html Css Color HEX #553CE7 Neon Blue

📋 copy color: '#553CE7'

red 85 ◦ green 60 ◦ blue 231

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

Shades of Neon Blue #553CE7

Tints of Neon Blue #553CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 61.44%

R = 22.61%
G = 15.96%
B = 61.44%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#553CE7 (or 0x553CE7) is known color: Neon Blue. HEX triplet: 55, 3C and E7. RGB value is (85,60,231). Sum of RGB (Red+Green+Blue) = 85+60+231=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 231 (90.62% from 255 or 61.44% from 376); Max value from RGB is 231 - color contains mainly: blue. Hex color #553CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553CE7 is #AAC318. Grayscale: #565656. Windows color (decimal): -11191065 or 15154261. OLE color: 15154261.

HSL color Cylindrical-coordinate representation of color #553CE7: hue angle of 248.77º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #553CE7 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 60 231 -
CMYK 0.63 0.74 0 0.09
HSL 248.77º 0.78% 0.57% -
HSV(B) 248.77º 0.74% 0.91% -
XYZ 19.79 10.93 76.67 -
YUV 86.97 209.28 126.6 -
System Red Green Blue C M Y K H S L
Decimal 85 60 231 0.63 0.74 0 0.09 248.77 0.78 0.57
Hex 55 3C E7 3F 4A 0 9 F9 4E 39
Octal 125 74 347 77 112 0 11 371 116 71
Binary 1010101 111100 11100111 111111 1001010 0 1001 11111001 1001110 111001

Color Harmonies of #553CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CE7

Black with #553CE7

Text Example


Text Example

White with #553CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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