Html Css Color HEX #5845FA Neon Blue

📋 copy color: '#5845FA'

red 88 ◦ green 69 ◦ blue 250

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

Shades of Neon Blue #5845FA

Tints of Neon Blue #5845FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.95%

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

R = 21.62%
G = 16.95%
B = 61.43%

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

#5845FA (or 0x5845FA) is known color: Neon Blue. HEX triplet: 58, 45 and FA. RGB value is (88,69,250). Sum of RGB (Red+Green+Blue) = 88+69+250=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #5845FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5845FA is #A7BA05. Grayscale: #5E5E5E. Windows color (decimal): -10992134 or 16401752. OLE color: 16401752.

HSL color Cylindrical-coordinate representation of color #5845FA: hue angle of 246.3º 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 #5845FA is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 69 250 -
CMYK 0.65 0.72 0 0.02
HSL 246.3º 0.95% 0.63% -
HSV(B) 246.3º 0.72% 0.98% -
XYZ 23.41 13.23 91.76 -
YUV 95.32 215.29 122.78 -
System Red Green Blue C M Y K H S L
Decimal 88 69 250 0.65 0.72 0 0.02 246.3 0.95 0.63
Hex 58 45 FA 41 48 0 2 F6 5F 3F
Octal 130 105 372 101 110 0 2 366 137 77
Binary 1011000 1000101 11111010 1000001 1001000 0 10 11110110 1011111 111111

Color Harmonies of #5845FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5845FA

Black with #5845FA

Text Example


Text Example

White with #5845FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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