Html Css Color HEX #5761EF Neon Blue

📋 copy color: '#5761EF'

red 87 ◦ green 97 ◦ blue 239

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

Shades of Neon Blue #5761EF

Tints of Neon Blue #5761EF

RGB

 RED value IS 87 (34.38% from 255) = 20.57%

 GREEN value IS 97 (38.28% from 255) = 22.93%

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

R = 20.57%
G = 22.93%
B = 56.5%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5761EF (or 0x5761EF) is known color: Neon Blue. HEX triplet: 57, 61 and EF. RGB value is (87,97,239). Sum of RGB (Red+Green+Blue) = 87+97+239=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #5761EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5761EF is #A89E10. Grayscale: #6D6D6D. Windows color (decimal): -11050513 or 15688023. OLE color: 15688023.

HSL color Cylindrical-coordinate representation of color #5761EF: hue angle of 236.05º 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 #5761EF is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 97 239 -
CMYK 0.64 0.59 0 0.06
HSL 236.05º 0.83% 0.64% -
HSV(B) 236.05º 0.64% 0.94% -
XYZ 23.79 16.81 83.65 -
YUV 110.2 200.69 111.45 -
System Red Green Blue C M Y K H S L
Decimal 87 97 239 0.64 0.59 0 0.06 236.05 0.83 0.64
Hex 57 61 EF 40 3B 0 6 EC 53 40
Octal 127 141 357 100 73 0 6 354 123 100
Binary 1010111 1100001 11101111 1000000 111011 0 110 11101100 1010011 1000000

Color Harmonies of #5761EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5761EF

Black with #5761EF

Text Example


Text Example

White with #5761EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5761EF; }

 p { color: rgb(87,97,239); }

 H1.HeaderClassName
 {
   color: #5761EF;
 }
 .AnyTagClassName
 {
   color: #5761EF;
 }
</style>

background-color css

<style>
 a { background-color: #5761EF; }

 a { background-color: rgb(87,97,239); }

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

border-color css

<style>
 span { border-color: #5761EF; }

 span { border-color: rgb(87,97,239); }

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