Html Css Color HEX #555FEE Neon Blue

📋 copy color: '#555FEE'

red 85 ◦ green 95 ◦ blue 238

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

Shades of Neon Blue #555FEE

Tints of Neon Blue #555FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 20.33%
G = 22.73%
B = 56.94%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#555FEE (or 0x555FEE) is known color: Neon Blue. HEX triplet: 55, 5F and EE. RGB value is (85,95,238). Sum of RGB (Red+Green+Blue) = 85+95+238=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #555FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555FEE is #AAA011. Grayscale: #6B6B6B. Windows color (decimal): -11182098 or 15621973. OLE color: 15621973.

HSL color Cylindrical-coordinate representation of color #555FEE: hue angle of 236.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555FEE is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 95 238 -
CMYK 0.64 0.60 0 0.07
HSL 236.08º 0.82% 0.63% -
HSV(B) 236.08º 0.64% 0.93% -
XYZ 23.27 16.29 82.81 -
YUV 108.31 201.19 111.37 -
System Red Green Blue C M Y K H S L
Decimal 85 95 238 0.64 0.60 0 0.07 236.08 0.82 0.63
Hex 55 5F EE 40 3C 0 7 EC 52 3F
Octal 125 137 356 100 74 0 7 354 122 77
Binary 1010101 1011111 11101110 1000000 111100 0 111 11101100 1010010 111111

Color Harmonies of #555FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555FEE

Black with #555FEE

Text Example


Text Example

White with #555FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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