Html Css Color HEX #555AF2 Neon Blue

📋 copy color: '#555AF2'

red 85 ◦ green 90 ◦ blue 242

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

Shades of Neon Blue #555AF2

Tints of Neon Blue #555AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.03%

R = 20.38%
G = 21.58%
B = 58.03%

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

#555AF2 (or 0x555AF2) is known color: Neon Blue. HEX triplet: 55, 5A and F2. RGB value is (85,90,242). Sum of RGB (Red+Green+Blue) = 85+90+242=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #555AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555AF2 is #AAA50D. Grayscale: #696969. Windows color (decimal): -11183374 or 15882837. OLE color: 15882837.

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

Color convert

RGB 85 90 242 -
CMYK 0.65 0.63 0 0.05
HSL 238.09º 0.86% 0.64% -
HSV(B) 238.09º 0.65% 0.95% -
XYZ 23.43 15.65 85.79 -
YUV 105.83 204.84 113.14 -
System Red Green Blue C M Y K H S L
Decimal 85 90 242 0.65 0.63 0 0.05 238.09 0.86 0.64
Hex 55 5A F2 41 3F 0 5 EE 56 40
Octal 125 132 362 101 77 0 5 356 126 100
Binary 1010101 1011010 11110010 1000001 111111 0 101 11101110 1010110 1000000

Color Harmonies of #555AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AF2

Black with #555AF2

Text Example


Text Example

White with #555AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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