Html Css Color HEX #5A55FD Neon Blue

📋 copy color: '#5A55FD'

red 90 ◦ green 85 ◦ blue 253

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

Shades of Neon Blue #5A55FD

Tints of Neon Blue #5A55FD

RGB

 RED value IS 90 (35.55% from 255) = 21.03%

 GREEN value IS 85 (33.59% from 255) = 19.86%

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

R = 21.03%
G = 19.86%
B = 59.11%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5A55FD (or 0x5A55FD) is known color: Neon Blue. HEX triplet: 5A, 55 and FD. RGB value is (90,85,253). Sum of RGB (Red+Green+Blue) = 90+85+253=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A55FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A55FD is #A5AA02. Grayscale: #686868. Windows color (decimal): -10856963 or 16602458. OLE color: 16602458.

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

Color convert

RGB 90 85 253 -
CMYK 0.64 0.66 0 0.01
HSL 241.79º 0.98% 0.66% -
HSV(B) 241.79º 0.66% 0.99% -
XYZ 25.19 15.76 94.64 -
YUV 105.65 211.16 116.84 -
System Red Green Blue C M Y K H S L
Decimal 90 85 253 0.64 0.66 0 0.01 241.79 0.98 0.66
Hex 5A 55 FD 40 42 0 1 F2 62 42
Octal 132 125 375 100 102 0 1 362 142 102
Binary 1011010 1010101 11111101 1000000 1000010 0 1 11110010 1100010 1000010

Color Harmonies of #5A55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A55FD

Black with #5A55FD

Text Example


Text Example

White with #5A55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A55FD; }

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

 H1.HeaderClassName
 {
   color: #5A55FD;
 }
 .AnyTagClassName
 {
   color: #5A55FD;
 }
</style>

background-color css

<style>
 a { background-color: #5A55FD; }

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

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

border-color css

<style>
 span { border-color: #5A55FD; }

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

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