Html Css Color HEX #555EF5 Neon Blue

📋 copy color: '#555EF5'

red 85 ◦ green 94 ◦ blue 245

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

Shades of Neon Blue #555EF5

Tints of Neon Blue #555EF5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.17%

 BLUE value IS 245 (96.09% from 255) = 57.78%

R = 20.05%
G = 22.17%
B = 57.78%

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

#555EF5 (or 0x555EF5) is known color: Neon Blue. HEX triplet: 55, 5E and F5. RGB value is (85,94,245). Sum of RGB (Red+Green+Blue) = 85+94+245=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 245 (96.09% from 255 or 57.78% from 424); Max value from RGB is 245 - color contains mainly: blue. Hex color #555EF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555EF5 is #AAA10A. Grayscale: #6B6B6B. Windows color (decimal): -11182347 or 16080469. OLE color: 16080469.

HSL color Cylindrical-coordinate representation of color #555EF5: hue angle of 236.62º degrees, saturation: 0.89, 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 #555EF5 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 94 245 -
CMYK 0.65 0.62 0 0.04
HSL 236.63º 0.89% 0.65% -
HSV(B) 236.63º 0.65% 0.96% -
XYZ 24.23 16.53 88.3 -
YUV 108.52 205.02 111.22 -
System Red Green Blue C M Y K H S L
Decimal 85 94 245 0.65 0.62 0 0.04 236.63 0.89 0.65
Hex 55 5E F5 41 3E 0 4 ED 59 41
Octal 125 136 365 101 76 0 4 355 131 101
Binary 1010101 1011110 11110101 1000001 111110 0 100 11101101 1011001 1000001

Color Harmonies of #555EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EF5

Black with #555EF5

Text Example


Text Example

White with #555EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,94,245); }

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

background-color css

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

 a { background-color: rgb(85,94,245); }

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

border-color css

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

 span { border-color: rgb(85,94,245); }

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