Html Css Color HEX #5861EF Neon Blue

📋 copy color: '#5861EF'

red 88 ◦ green 97 ◦ blue 239

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

Shades of Neon Blue #5861EF

Tints of Neon Blue #5861EF

RGB

 RED value IS 88 (34.77% from 255) = 20.75%

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

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

R = 20.75%
G = 22.88%
B = 56.37%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5861EF (or 0x5861EF) is known color: Neon Blue. HEX triplet: 58, 61 and EF. RGB value is (88,97,239). Sum of RGB (Red+Green+Blue) = 88+97+239=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #5861EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5861EF is #A79E10. Grayscale: #6D6D6D. Windows color (decimal): -10984977 or 15688024. OLE color: 15688024.

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

Color convert

RGB 88 97 239 -
CMYK 0.63 0.59 0 0.06
HSL 236.42º 0.83% 0.64% -
HSV(B) 236.42º 0.63% 0.94% -
XYZ 23.88 16.86 83.66 -
YUV 110.5 200.52 111.95 -
System Red Green Blue C M Y K H S L
Decimal 88 97 239 0.63 0.59 0 0.06 236.42 0.83 0.64
Hex 58 61 EF 3F 3B 0 6 EC 53 40
Octal 130 141 357 77 73 0 6 354 123 100
Binary 1011000 1100001 11101111 111111 111011 0 110 11101100 1010011 1000000

Color Harmonies of #5861EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5861EF

Black with #5861EF

Text Example


Text Example

White with #5861EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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