Html Css Color HEX #555DFF Neon Blue

📋 copy color: '#555DFF'

red 85 ◦ green 93 ◦ blue 255

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

Shades of Neon Blue #555DFF

Tints of Neon Blue #555DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.48%

 BLUE value IS 255 (100% from 255) = 58.89%

R = 19.63%
G = 21.48%
B = 58.89%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#555DFF (or 0x555DFF) is known color: Neon Blue. HEX triplet: 55, 5D and FF. RGB value is (85,93,255). Sum of RGB (Red+Green+Blue) = 85+93+255=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #555DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555DFF is #AAA200. Grayscale: #6C6C6C. Windows color (decimal): -11182593 or 16735573. OLE color: 16735573.

HSL color Cylindrical-coordinate representation of color #555DFF: hue angle of 237.18º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #555DFF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 93 255 -
CMYK 0.67 0.64 0 0
HSL 237.18º 1% 0.67% -
HSV(B) 237.18º 0.67% 1% -
XYZ 25.71 16.98 96.53 -
YUV 109.08 210.35 110.83 -
System Red Green Blue C M Y K H S L
Decimal 85 93 255 0.67 0.64 0 0 237.18 1 0.67
Hex 55 5D FF 43 40 0 0 ED 64 43
Octal 125 135 377 103 100 0 0 355 144 103
Binary 1010101 1011101 11111111 1000011 1000000 0 0 11101101 1100100 1000011

Color Harmonies of #555DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DFF

Black with #555DFF

Text Example


Text Example

White with #555DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555DFF; }

 p { color: rgb(85,93,255); }

 H1.HeaderClassName
 {
   color: #555DFF;
 }
 .AnyTagClassName
 {
   color: #555DFF;
 }
</style>

background-color css

<style>
 a { background-color: #555DFF; }

 a { background-color: rgb(85,93,255); }

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

border-color css

<style>
 span { border-color: #555DFF; }

 span { border-color: rgb(85,93,255); }

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