Html Css Color HEX #555AF1 Neon Blue

📋 copy color: '#555AF1'

red 85 ◦ green 90 ◦ blue 241

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

Shades of Neon Blue #555AF1

Tints of Neon Blue #555AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.63%

 BLUE value IS 241 (94.53% from 255) = 57.93%

R = 20.43%
G = 21.63%
B = 57.93%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#555AF1 (or 0x555AF1) is known color: Neon Blue. HEX triplet: 55, 5A and F1. RGB value is (85,90,241). Sum of RGB (Red+Green+Blue) = 85+90+241=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #555AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555AF1 is #AAA50E. Grayscale: #696969. Windows color (decimal): -11183375 or 15817301. OLE color: 15817301.

HSL color Cylindrical-coordinate representation of color #555AF1: hue angle of 238.08º degrees, saturation: 0.85, 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 #555AF1 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 90 241 -
CMYK 0.65 0.63 0 0.05
HSL 238.08º 0.85% 0.64% -
HSV(B) 238.08º 0.65% 0.95% -
XYZ 23.28 15.59 85 -
YUV 105.72 204.34 113.22 -
System Red Green Blue C M Y K H S L
Decimal 85 90 241 0.65 0.63 0 0.05 238.08 0.85 0.64
Hex 55 5A F1 41 3F 0 5 EE 55 40
Octal 125 132 361 101 77 0 5 356 125 100
Binary 1010101 1011010 11110001 1000001 111111 0 101 11101110 1010101 1000000

Color Harmonies of #555AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AF1

Black with #555AF1

Text Example


Text Example

White with #555AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,90,241); }

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

background-color css

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

 a { background-color: rgb(85,90,241); }

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

border-color css

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

 span { border-color: rgb(85,90,241); }

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