Html Css Color HEX #5552EB Neon Blue

📋 copy color: '#5552EB'

red 85 ◦ green 82 ◦ blue 235

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

Shades of Neon Blue #5552EB

Tints of Neon Blue #5552EB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.4%

 BLUE value IS 235 (92.19% from 255) = 58.46%

R = 21.14%
G = 20.4%
B = 58.46%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5552EB (or 0x5552EB) is known color: Neon Blue. HEX triplet: 55, 52 and EB. RGB value is (85,82,235). Sum of RGB (Red+Green+Blue) = 85+82+235=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #5552EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5552EB is #AAAD14. Grayscale: #636363. Windows color (decimal): -11185429 or 15422037. OLE color: 15422037.

HSL color Cylindrical-coordinate representation of color #5552EB: hue angle of 241.18º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5552EB is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 82 235 -
CMYK 0.64 0.65 0 0.08
HSL 241.18º 0.79% 0.62% -
HSV(B) 241.18º 0.65% 0.92% -
XYZ 21.76 13.96 80.15 -
YUV 100.34 203.99 117.06 -
System Red Green Blue C M Y K H S L
Decimal 85 82 235 0.64 0.65 0 0.08 241.18 0.79 0.62
Hex 55 52 EB 40 41 0 8 F1 4F 3E
Octal 125 122 353 100 101 0 10 361 117 76
Binary 1010101 1010010 11101011 1000000 1000001 0 1000 11110001 1001111 111110

Color Harmonies of #5552EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5552EB

Black with #5552EB

Text Example


Text Example

White with #5552EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5552EB; }

 p { color: rgb(85,82,235); }

 H1.HeaderClassName
 {
   color: #5552EB;
 }
 .AnyTagClassName
 {
   color: #5552EB;
 }
</style>

background-color css

<style>
 a { background-color: #5552EB; }

 a { background-color: rgb(85,82,235); }

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

border-color css

<style>
 span { border-color: #5552EB; }

 span { border-color: rgb(85,82,235); }

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