Html Css Color HEX #5552FD Neon Blue

📋 copy color: '#5552FD'

red 85 ◦ green 82 ◦ blue 253

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

Shades of Neon Blue #5552FD

Tints of Neon Blue #5552FD

RGB

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

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

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

R = 20.24%
G = 19.52%
B = 60.24%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5552FD (or 0x5552FD) is known color: Neon Blue. HEX triplet: 55, 52 and FD. RGB value is (85,82,253). Sum of RGB (Red+Green+Blue) = 85+82+253=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #5552FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5552FD is #AAAD02. Grayscale: #656565. Windows color (decimal): -11185411 or 16601685. OLE color: 16601685.

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

Color convert

RGB 85 82 253 -
CMYK 0.66 0.68 0 0.01
HSL 241.05º 0.98% 0.66% -
HSV(B) 241.05º 0.68% 0.99% -
XYZ 24.49 15.06 94.54 -
YUV 102.39 212.99 115.6 -
System Red Green Blue C M Y K H S L
Decimal 85 82 253 0.66 0.68 0 0.01 241.05 0.98 0.66
Hex 55 52 FD 42 44 0 1 F1 62 42
Octal 125 122 375 102 104 0 1 361 142 102
Binary 1010101 1010010 11111101 1000010 1000100 0 1 11110001 1100010 1000010

Color Harmonies of #5552FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5552FD

Black with #5552FD

Text Example


Text Example

White with #5552FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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