Html Css Color HEX #5846FA Neon Blue

📋 copy color: '#5846FA'

red 88 ◦ green 70 ◦ blue 250

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

Shades of Neon Blue #5846FA

Tints of Neon Blue #5846FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.16%

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

R = 21.57%
G = 17.16%
B = 61.27%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5846FA (or 0x5846FA) is known color: Neon Blue. HEX triplet: 58, 46 and FA. RGB value is (88,70,250). Sum of RGB (Red+Green+Blue) = 88+70+250=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #5846FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5846FA is #A7B905. Grayscale: #5F5F5F. Windows color (decimal): -10991878 or 16402008. OLE color: 16402008.

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

Color convert

RGB 88 70 250 -
CMYK 0.65 0.72 0 0.02
HSL 246º 0.95% 0.63% -
HSV(B) 246º 0.72% 0.98% -
XYZ 23.47 13.36 91.78 -
YUV 95.9 214.96 122.36 -
System Red Green Blue C M Y K H S L
Decimal 88 70 250 0.65 0.72 0 0.02 246 0.95 0.63
Hex 58 46 FA 41 48 0 2 F6 5F 3F
Octal 130 106 372 101 110 0 2 366 137 77
Binary 1011000 1000110 11111010 1000001 1001000 0 10 11110110 1011111 111111

Color Harmonies of #5846FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5846FA

Black with #5846FA

Text Example


Text Example

White with #5846FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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