Html Css Color HEX #555DF3 Neon Blue

📋 copy color: '#555DF3'

red 85 ◦ green 93 ◦ blue 243

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

Shades of Neon Blue #555DF3

Tints of Neon Blue #555DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 57.72%

R = 20.19%
G = 22.09%
B = 57.72%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#555DF3 (or 0x555DF3) is known color: Neon Blue. HEX triplet: 55, 5D and F3. RGB value is (85,93,243). Sum of RGB (Red+Green+Blue) = 85+93+243=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #555DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555DF3 is #AAA20C. Grayscale: #6B6B6B. Windows color (decimal): -11182605 or 15949141. OLE color: 15949141.

HSL color Cylindrical-coordinate representation of color #555DF3: hue angle of 236.96º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #555DF3 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 93 243 -
CMYK 0.65 0.62 0 0.05
HSL 236.96º 0.87% 0.64% -
HSV(B) 236.96º 0.65% 0.95% -
XYZ 23.84 16.23 86.67 -
YUV 107.71 204.35 111.8 -
System Red Green Blue C M Y K H S L
Decimal 85 93 243 0.65 0.62 0 0.05 236.96 0.87 0.64
Hex 55 5D F3 41 3E 0 5 ED 57 40
Octal 125 135 363 101 76 0 5 355 127 100
Binary 1010101 1011101 11110011 1000001 111110 0 101 11101101 1010111 1000000

Color Harmonies of #555DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DF3

Black with #555DF3

Text Example


Text Example

White with #555DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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