Html Css Color HEX #553FEE Neon Blue

📋 copy color: '#553FEE'

red 85 ◦ green 63 ◦ blue 238

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

Shades of Neon Blue #553FEE

Tints of Neon Blue #553FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 16.32%

 BLUE value IS 238 (93.36% from 255) = 61.66%

R = 22.02%
G = 16.32%
B = 61.66%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#553FEE (or 0x553FEE) is known color: Neon Blue. HEX triplet: 55, 3F and EE. RGB value is (85,63,238). Sum of RGB (Red+Green+Blue) = 85+63+238=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #553FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553FEE is #AAC011. Grayscale: #585858. Windows color (decimal): -11190290 or 15613781. OLE color: 15613781.

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

Color convert

RGB 85 63 238 -
CMYK 0.64 0.74 0 0.07
HSL 247.54º 0.84% 0.59% -
HSV(B) 247.54º 0.74% 0.93% -
XYZ 20.96 11.66 82.03 -
YUV 89.53 211.79 124.77 -
System Red Green Blue C M Y K H S L
Decimal 85 63 238 0.64 0.74 0 0.07 247.54 0.84 0.59
Hex 55 3F EE 40 4A 0 7 F8 54 3B
Octal 125 77 356 100 112 0 7 370 124 73
Binary 1010101 111111 11101110 1000000 1001010 0 111 11111000 1010100 111011

Color Harmonies of #553FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FEE

Black with #553FEE

Text Example


Text Example

White with #553FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,63,238); }

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

background-color css

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

 a { background-color: rgb(85,63,238); }

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

border-color css

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

 span { border-color: rgb(85,63,238); }

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