Html Css Color HEX #555FF1 Neon Blue

📋 copy color: '#555FF1'

red 85 ◦ green 95 ◦ blue 241

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

Shades of Neon Blue #555FF1

Tints of Neon Blue #555FF1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.57%

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

R = 20.19%
G = 22.57%
B = 57.24%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#555FF1 (or 0x555FF1) is known color: Neon Blue. HEX triplet: 55, 5F and F1. RGB value is (85,95,241). Sum of RGB (Red+Green+Blue) = 85+95+241=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #555FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555FF1 is #AAA00E. Grayscale: #6C6C6C. Windows color (decimal): -11182095 or 15818581. OLE color: 15818581.

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

Color convert

RGB 85 95 241 -
CMYK 0.65 0.61 0 0.05
HSL 236.15º 0.85% 0.64% -
HSV(B) 236.15º 0.65% 0.95% -
XYZ 23.72 16.47 85.15 -
YUV 108.65 202.69 111.13 -
System Red Green Blue C M Y K H S L
Decimal 85 95 241 0.65 0.61 0 0.05 236.15 0.85 0.64
Hex 55 5F F1 41 3D 0 5 EC 55 40
Octal 125 137 361 101 75 0 5 354 125 100
Binary 1010101 1011111 11110001 1000001 111101 0 101 11101100 1010101 1000000

Color Harmonies of #555FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555FF1

Black with #555FF1

Text Example


Text Example

White with #555FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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