Html Css Color HEX #5843FA Neon Blue

📋 copy color: '#5843FA'

red 88 ◦ green 67 ◦ blue 250

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

Shades of Neon Blue #5843FA

Tints of Neon Blue #5843FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.54%

 BLUE value IS 250 (98.05% from 255) = 61.73%

R = 21.73%
G = 16.54%
B = 61.73%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5843FA (or 0x5843FA) is known color: Neon Blue. HEX triplet: 58, 43 and FA. RGB value is (88,67,250). Sum of RGB (Red+Green+Blue) = 88+67+250=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #5843FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5843FA is #A7BC05. Grayscale: #5D5D5D. Windows color (decimal): -10992646 or 16401240. OLE color: 16401240.

HSL color Cylindrical-coordinate representation of color #5843FA: hue angle of 246.89º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5843FA is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 67 250 -
CMYK 0.65 0.73 0 0.02
HSL 246.89º 0.95% 0.62% -
HSV(B) 246.89º 0.73% 0.98% -
XYZ 23.29 12.99 91.72 -
YUV 94.14 215.96 123.62 -
System Red Green Blue C M Y K H S L
Decimal 88 67 250 0.65 0.73 0 0.02 246.89 0.95 0.62
Hex 58 43 FA 41 49 0 2 F7 5F 3E
Octal 130 103 372 101 111 0 2 367 137 76
Binary 1011000 1000011 11111010 1000001 1001001 0 10 11110111 1011111 111110

Color Harmonies of #5843FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5843FA

Black with #5843FA

Text Example


Text Example

White with #5843FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5843FA; }

 p { color: rgb(88,67,250); }

 H1.HeaderClassName
 {
   color: #5843FA;
 }
 .AnyTagClassName
 {
   color: #5843FA;
 }
</style>

background-color css

<style>
 a { background-color: #5843FA; }

 a { background-color: rgb(88,67,250); }

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

border-color css

<style>
 span { border-color: #5843FA; }

 span { border-color: rgb(88,67,250); }

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