Html Css Color HEX #5C55EF Neon Blue

📋 copy color: '#5C55EF'

red 92 ◦ green 85 ◦ blue 239

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

Shades of Neon Blue #5C55EF

Tints of Neon Blue #5C55EF

RGB

 RED value IS 92 (36.33% from 255) = 22.12%

 GREEN value IS 85 (33.59% from 255) = 20.43%

 BLUE value IS 239 (93.75% from 255) = 57.45%

R = 22.12%
G = 20.43%
B = 57.45%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5C55EF (or 0x5C55EF) is known color: Neon Blue. HEX triplet: 5C, 55 and EF. RGB value is (92,85,239). Sum of RGB (Red+Green+Blue) = 92+85+239=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C55EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C55EF is #A3AA10. Grayscale: #686868. Windows color (decimal): -10725905 or 15684956. OLE color: 15684956.

HSL color Cylindrical-coordinate representation of color #5C55EF: hue angle of 242.73º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C55EF is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 85 239 -
CMYK 0.62 0.64 0 0.06
HSL 242.73º 0.83% 0.64% -
HSV(B) 242.73º 0.64% 0.94% -
XYZ 23.24 15 83.33 -
YUV 104.65 203.82 118.98 -
System Red Green Blue C M Y K H S L
Decimal 92 85 239 0.62 0.64 0 0.06 242.73 0.83 0.64
Hex 5C 55 EF 3E 40 0 6 F3 53 40
Octal 134 125 357 76 100 0 6 363 123 100
Binary 1011100 1010101 11101111 111110 1000000 0 110 11110011 1010011 1000000

Color Harmonies of #5C55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C55EF

Black with #5C55EF

Text Example


Text Example

White with #5C55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C55EF; }

 p { color: rgb(92,85,239); }

 H1.HeaderClassName
 {
   color: #5C55EF;
 }
 .AnyTagClassName
 {
   color: #5C55EF;
 }
</style>

background-color css

<style>
 a { background-color: #5C55EF; }

 a { background-color: rgb(92,85,239); }

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

border-color css

<style>
 span { border-color: #5C55EF; }

 span { border-color: rgb(92,85,239); }

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