Html Css Color HEX #5850FA Neon Blue

📋 copy color: '#5850FA'

red 88 ◦ green 80 ◦ blue 250

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

Shades of Neon Blue #5850FA

Tints of Neon Blue #5850FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 21.05%
G = 19.14%
B = 59.81%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5850FA (or 0x5850FA) is known color: Neon Blue. HEX triplet: 58, 50 and FA. RGB value is (88,80,250). Sum of RGB (Red+Green+Blue) = 88+80+250=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #5850FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5850FA is #A7AF05. Grayscale: #656565. Windows color (decimal): -10989318 or 16404568. OLE color: 16404568.

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

Color convert

RGB 88 80 250 -
CMYK 0.65 0.68 0 0.02
HSL 242.82º 0.94% 0.65% -
HSV(B) 242.82º 0.68% 0.98% -
XYZ 24.15 14.71 92.01 -
YUV 101.77 211.65 118.18 -
System Red Green Blue C M Y K H S L
Decimal 88 80 250 0.65 0.68 0 0.02 242.82 0.94 0.65
Hex 58 50 FA 41 44 0 2 F3 5E 41
Octal 130 120 372 101 104 0 2 363 136 101
Binary 1011000 1010000 11111010 1000001 1000100 0 10 11110011 1011110 1000001

Color Harmonies of #5850FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5850FA

Black with #5850FA

Text Example


Text Example

White with #5850FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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