Html Css Color HEX #5842EF Neon Blue

📋 copy color: '#5842EF'

red 88 ◦ green 66 ◦ blue 239

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

Shades of Neon Blue #5842EF

Tints of Neon Blue #5842EF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

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

R = 22.39%
G = 16.79%
B = 60.81%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5842EF (or 0x5842EF) is known color: Neon Blue. HEX triplet: 58, 42 and EF. RGB value is (88,66,239). Sum of RGB (Red+Green+Blue) = 88+66+239=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #5842EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5842EF is #A7BD10. Grayscale: #5B5B5B. Windows color (decimal): -10992913 or 15680088. OLE color: 15680088.

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

Color convert

RGB 88 66 239 -
CMYK 0.63 0.72 0 0.06
HSL 247.63º 0.84% 0.6% -
HSV(B) 247.63º 0.72% 0.94% -
XYZ 21.55 12.2 82.88 -
YUV 92.3 210.79 124.93 -
System Red Green Blue C M Y K H S L
Decimal 88 66 239 0.63 0.72 0 0.06 247.63 0.84 0.6
Hex 58 42 EF 3F 48 0 6 F8 54 3C
Octal 130 102 357 77 110 0 6 370 124 74
Binary 1011000 1000010 11101111 111111 1001000 0 110 11111000 1010100 111100

Color Harmonies of #5842EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5842EF

Black with #5842EF

Text Example


Text Example

White with #5842EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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