Html Css Color HEX #5542FD Neon Blue

📋 copy color: '#5542FD'

red 85 ◦ green 66 ◦ blue 253

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

Shades of Neon Blue #5542FD

Tints of Neon Blue #5542FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.34%

 BLUE value IS 253 (99.22% from 255) = 62.62%

R = 21.04%
G = 16.34%
B = 62.62%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5542FD (or 0x5542FD) is known color: Neon Blue. HEX triplet: 55, 42 and FD. RGB value is (85,66,253). Sum of RGB (Red+Green+Blue) = 85+66+253=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #5542FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5542FD is #AABD02. Grayscale: #5C5C5C. Windows color (decimal): -11189507 or 16597589. OLE color: 16597589.

HSL color Cylindrical-coordinate representation of color #5542FD: hue angle of 246.1º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5542FD is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 66 253 -
CMYK 0.66 0.74 0 0.01
HSL 246.1º 0.98% 0.63% -
HSV(B) 246.1º 0.74% 0.99% -
XYZ 23.42 12.92 94.19 -
YUV 93 218.29 122.29 -
System Red Green Blue C M Y K H S L
Decimal 85 66 253 0.66 0.74 0 0.01 246.1 0.98 0.63
Hex 55 42 FD 42 4A 0 1 F6 62 3F
Octal 125 102 375 102 112 0 1 366 142 77
Binary 1010101 1000010 11111101 1000010 1001010 0 1 11110110 1100010 111111

Color Harmonies of #5542FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5542FD

Black with #5542FD

Text Example


Text Example

White with #5542FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5542FD; }

 p { color: rgb(85,66,253); }

 H1.HeaderClassName
 {
   color: #5542FD;
 }
 .AnyTagClassName
 {
   color: #5542FD;
 }
</style>

background-color css

<style>
 a { background-color: #5542FD; }

 a { background-color: rgb(85,66,253); }

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

border-color css

<style>
 span { border-color: #5542FD; }

 span { border-color: rgb(85,66,253); }

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