Html Css Color HEX #553DEF Neon Blue

📋 copy color: '#553DEF'

red 85 ◦ green 61 ◦ blue 239

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

Shades of Neon Blue #553DEF

Tints of Neon Blue #553DEF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.84%

 BLUE value IS 239 (93.75% from 255) = 62.08%

R = 22.08%
G = 15.84%
B = 62.08%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#553DEF (or 0x553DEF) is known color: Neon Blue. HEX triplet: 55, 3D and EF. RGB value is (85,61,239). Sum of RGB (Red+Green+Blue) = 85+61+239=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #553DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553DEF is #AAC210. Grayscale: #575757. Windows color (decimal): -11190801 or 15678805. OLE color: 15678805.

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

Color convert

RGB 85 61 239 -
CMYK 0.64 0.74 0 0.06
HSL 248.09º 0.85% 0.59% -
HSV(B) 248.09º 0.74% 0.94% -
XYZ 21 11.5 82.77 -
YUV 88.47 212.95 125.53 -
System Red Green Blue C M Y K H S L
Decimal 85 61 239 0.64 0.74 0 0.06 248.09 0.85 0.59
Hex 55 3D EF 40 4A 0 6 F8 55 3B
Octal 125 75 357 100 112 0 6 370 125 73
Binary 1010101 111101 11101111 1000000 1001010 0 110 11111000 1010101 111011

Color Harmonies of #553DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553DEF

Black with #553DEF

Text Example


Text Example

White with #553DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,61,239); }

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

background-color css

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

 a { background-color: rgb(85,61,239); }

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

border-color css

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

 span { border-color: rgb(85,61,239); }

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