Html Css Color HEX #555EEE Neon Blue

📋 copy color: '#555EEE'

red 85 ◦ green 94 ◦ blue 238

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

Shades of Neon Blue #555EEE

Tints of Neon Blue #555EEE

RGB

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

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

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

R = 20.38%
G = 22.54%
B = 57.07%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#555EEE (or 0x555EEE) is known color: Neon Blue. HEX triplet: 55, 5E and EE. RGB value is (85,94,238). Sum of RGB (Red+Green+Blue) = 85+94+238=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #555EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555EEE is #AAA111. Grayscale: #6B6B6B. Windows color (decimal): -11182354 or 15621717. OLE color: 15621717.

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

Color convert

RGB 85 94 238 -
CMYK 0.64 0.61 0 0.07
HSL 236.47º 0.82% 0.63% -
HSV(B) 236.47º 0.64% 0.93% -
XYZ 23.18 16.11 82.78 -
YUV 107.73 201.52 111.79 -
System Red Green Blue C M Y K H S L
Decimal 85 94 238 0.64 0.61 0 0.07 236.47 0.82 0.63
Hex 55 5E EE 40 3D 0 7 EC 52 3F
Octal 125 136 356 100 75 0 7 354 122 77
Binary 1010101 1011110 11101110 1000000 111101 0 111 11101100 1010010 111111

Color Harmonies of #555EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EEE

Black with #555EEE

Text Example


Text Example

White with #555EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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