Html Css Color HEX #5840FE Neon Blue

📋 copy color: '#5840FE'

red 88 ◦ green 64 ◦ blue 254

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

Shades of Neon Blue #5840FE

Tints of Neon Blue #5840FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.56%

R = 21.67%
G = 15.76%
B = 62.56%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5840FE (or 0x5840FE) is known color: Neon Blue. HEX triplet: 58, 40 and FE. RGB value is (88,64,254). Sum of RGB (Red+Green+Blue) = 88+64+254=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #5840FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5840FE is #A7BF01. Grayscale: #5C5C5C. Windows color (decimal): -10993410 or 16662616. OLE color: 16662616.

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

Color convert

RGB 88 64 254 -
CMYK 0.65 0.75 0 0.00
HSL 247.58º 0.99% 0.62% -
HSV(B) 247.58º 0.75% 1% -
XYZ 23.75 12.9 95 -
YUV 92.84 218.95 124.55 -
System Red Green Blue C M Y K H S L
Decimal 88 64 254 0.65 0.75 0 0.00 247.58 0.99 0.62
Hex 58 40 FE 41 4B 0 0 F8 63 3E
Octal 130 100 376 101 113 0 0 370 143 76
Binary 1011000 1000000 11111110 1000001 1001011 0 0 11111000 1100011 111110

Color Harmonies of #5840FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5840FE

Black with #5840FE

Text Example


Text Example

White with #5840FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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