Html Css Color HEX #555FED Neon Blue

📋 copy color: '#555FED'

red 85 ◦ green 95 ◦ blue 237

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

Shades of Neon Blue #555FED

Tints of Neon Blue #555FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.83%

R = 20.38%
G = 22.78%
B = 56.83%

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

#555FED (or 0x555FED) is known color: Neon Blue. HEX triplet: 55, 5F and ED. RGB value is (85,95,237). Sum of RGB (Red+Green+Blue) = 85+95+237=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #555FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555FED is #AAA012. Grayscale: #6B6B6B. Windows color (decimal): -11182099 or 15556437. OLE color: 15556437.

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

Color convert

RGB 85 95 237 -
CMYK 0.64 0.60 0 0.07
HSL 236.05º 0.81% 0.63% -
HSV(B) 236.05º 0.64% 0.93% -
XYZ 23.12 16.23 82.03 -
YUV 108.2 200.69 111.45 -
System Red Green Blue C M Y K H S L
Decimal 85 95 237 0.64 0.60 0 0.07 236.05 0.81 0.63
Hex 55 5F ED 40 3C 0 7 EC 51 3F
Octal 125 137 355 100 74 0 7 354 121 77
Binary 1010101 1011111 11101101 1000000 111100 0 111 11101100 1010001 111111

Color Harmonies of #555FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555FED

Black with #555FED

Text Example


Text Example

White with #555FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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