Html Css Color HEX #5840F8 Neon Blue

📋 copy color: '#5840F8'

red 88 ◦ green 64 ◦ blue 248

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

Shades of Neon Blue #5840F8

Tints of Neon Blue #5840F8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16%

 BLUE value IS 248 (97.27% from 255) = 62%

R = 22%
G = 16%
B = 62%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5840F8 (or 0x5840F8) is known color: Neon Blue. HEX triplet: 58, 40 and F8. RGB value is (88,64,248). Sum of RGB (Red+Green+Blue) = 88+64+248=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 248 (97.27% from 255 or 62% from 400); Max value from RGB is 248 - color contains mainly: blue. Hex color #5840F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5840F8 is #A7BF07. Grayscale: #5B5B5B. Windows color (decimal): -10993416 or 16269400. OLE color: 16269400.

HSL color Cylindrical-coordinate representation of color #5840F8: hue angle of 247.83º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5840F8 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 88 64 248 -
CMYK 0.65 0.74 0 0.03
HSL 247.83º 0.93% 0.61% -
HSV(B) 247.83º 0.74% 0.97% -
XYZ 22.8 12.52 90.02 -
YUV 92.15 215.95 125.04 -
System Red Green Blue C M Y K H S L
Decimal 88 64 248 0.65 0.74 0 0.03 247.83 0.93 0.61
Hex 58 40 F8 41 4A 0 3 F8 5D 3D
Octal 130 100 370 101 112 0 3 370 135 75
Binary 1011000 1000000 11111000 1000001 1001010 0 11 11111000 1011101 111101

Color Harmonies of #5840F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5840F8

Black with #5840F8

Text Example


Text Example

White with #5840F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5840F8; }

 p { color: rgb(88,64,248); }

 H1.HeaderClassName
 {
   color: #5840F8;
 }
 .AnyTagClassName
 {
   color: #5840F8;
 }
</style>

background-color css

<style>
 a { background-color: #5840F8; }

 a { background-color: rgb(88,64,248); }

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

border-color css

<style>
 span { border-color: #5840F8; }

 span { border-color: rgb(88,64,248); }

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