Html Css Color HEX #553BEF Neon Blue

📋 copy color: '#553BEF'

red 85 ◦ green 59 ◦ blue 239

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

Shades of Neon Blue #553BEF

Tints of Neon Blue #553BEF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.4%

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

R = 22.19%
G = 15.4%
B = 62.4%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#553BEF (or 0x553BEF) is known color: Neon Blue. HEX triplet: 55, 3B and EF. RGB value is (85,59,239). Sum of RGB (Red+Green+Blue) = 85+59+239=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #553BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553BEF is #AAC410. Grayscale: #565656. Windows color (decimal): -11191313 or 15678293. OLE color: 15678293.

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

Color convert

RGB 85 59 239 -
CMYK 0.64 0.75 0 0.06
HSL 248.67º 0.85% 0.58% -
HSV(B) 248.67º 0.75% 0.94% -
XYZ 20.89 11.29 82.74 -
YUV 87.29 213.61 126.36 -
System Red Green Blue C M Y K H S L
Decimal 85 59 239 0.64 0.75 0 0.06 248.67 0.85 0.58
Hex 55 3B EF 40 4B 0 6 F9 55 3A
Octal 125 73 357 100 113 0 6 371 125 72
Binary 1010101 111011 11101111 1000000 1001011 0 110 11111001 1010101 111010

Color Harmonies of #553BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553BEF

Black with #553BEF

Text Example


Text Example

White with #553BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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