Html Css Color HEX #5841FF Neon Blue

📋 copy color: '#5841FF'

red 88 ◦ green 65 ◦ blue 255

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

Shades of Neon Blue #5841FF

Tints of Neon Blue #5841FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.93%

 BLUE value IS 255 (100% from 255) = 62.5%

R = 21.57%
G = 15.93%
B = 62.5%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5841FF (or 0x5841FF) is known color: Neon Blue. HEX triplet: 58, 41 and FF. RGB value is (88,65,255). Sum of RGB (Red+Green+Blue) = 88+65+255=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #5841FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5841FF is #A7BE00. Grayscale: #5C5C5C. Windows color (decimal): -10993153 or 16728408. OLE color: 16728408.

HSL color Cylindrical-coordinate representation of color #5841FF: hue angle of 247.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5841FF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 65 255 -
CMYK 0.65 0.75 0 0
HSL 247.26º 1% 0.63% -
HSV(B) 247.26º 0.75% 1% -
XYZ 23.96 13.08 95.87 -
YUV 93.54 219.12 124.05 -
System Red Green Blue C M Y K H S L
Decimal 88 65 255 0.65 0.75 0 0 247.26 1 0.63
Hex 58 41 FF 41 4B 0 0 F7 64 3F
Octal 130 101 377 101 113 0 0 367 144 77
Binary 1011000 1000001 11111111 1000001 1001011 0 0 11110111 1100100 111111

Color Harmonies of #5841FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5841FF

Black with #5841FF

Text Example


Text Example

White with #5841FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5841FF; }

 p { color: rgb(88,65,255); }

 H1.HeaderClassName
 {
   color: #5841FF;
 }
 .AnyTagClassName
 {
   color: #5841FF;
 }
</style>

background-color css

<style>
 a { background-color: #5841FF; }

 a { background-color: rgb(88,65,255); }

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

border-color css

<style>
 span { border-color: #5841FF; }

 span { border-color: rgb(88,65,255); }

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