Html Css Color HEX #5855FD Neon Blue

📋 copy color: '#5855FD'

red 88 ◦ green 85 ◦ blue 253

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

Shades of Neon Blue #5855FD

Tints of Neon Blue #5855FD

RGB

 RED value IS 88 (34.77% from 255) = 20.66%

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

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

R = 20.66%
G = 19.95%
B = 59.39%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5855FD (or 0x5855FD) is known color: Neon Blue. HEX triplet: 58, 55 and FD. RGB value is (88,85,253). Sum of RGB (Red+Green+Blue) = 88+85+253=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #5855FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5855FD is #A7AA02. Grayscale: #686868. Windows color (decimal): -10988035 or 16602456. OLE color: 16602456.

HSL color Cylindrical-coordinate representation of color #5855FD: hue angle of 241.07º 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 #5855FD is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 85 253 -
CMYK 0.65 0.66 0 0.01
HSL 241.07º 0.98% 0.66% -
HSV(B) 241.07º 0.66% 0.99% -
XYZ 25 15.66 94.63 -
YUV 105.05 211.49 115.84 -
System Red Green Blue C M Y K H S L
Decimal 88 85 253 0.65 0.66 0 0.01 241.07 0.98 0.66
Hex 58 55 FD 41 42 0 1 F1 62 42
Octal 130 125 375 101 102 0 1 361 142 102
Binary 1011000 1010101 11111101 1000001 1000010 0 1 11110001 1100010 1000010

Color Harmonies of #5855FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5855FD

Black with #5855FD

Text Example


Text Example

White with #5855FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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