Html Css Color HEX #555DF6 Neon Blue

📋 copy color: '#555DF6'

red 85 ◦ green 93 ◦ blue 246

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

Shades of Neon Blue #555DF6

Tints of Neon Blue #555DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.02%

R = 20.05%
G = 21.93%
B = 58.02%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#555DF6 (or 0x555DF6) is known color: Neon Blue. HEX triplet: 55, 5D and F6. RGB value is (85,93,246). Sum of RGB (Red+Green+Blue) = 85+93+246=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #555DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555DF6 is #AAA209. Grayscale: #6B6B6B. Windows color (decimal): -11182602 or 16145749. OLE color: 16145749.

HSL color Cylindrical-coordinate representation of color #555DF6: hue angle of 237.02º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #555DF6 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 93 246 -
CMYK 0.65 0.62 0 0.04
HSL 237.02º 0.9% 0.65% -
HSV(B) 237.02º 0.65% 0.96% -
XYZ 24.3 16.41 89.08 -
YUV 108.05 205.85 111.56 -
System Red Green Blue C M Y K H S L
Decimal 85 93 246 0.65 0.62 0 0.04 237.02 0.9 0.65
Hex 55 5D F6 41 3E 0 4 ED 5A 41
Octal 125 135 366 101 76 0 4 355 132 101
Binary 1010101 1011101 11110110 1000001 111110 0 100 11101101 1011010 1000001

Color Harmonies of #555DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DF6

Black with #555DF6

Text Example


Text Example

White with #555DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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