Html Css Color HEX #5850FD Neon Blue

📋 copy color: '#5850FD'

red 88 ◦ green 80 ◦ blue 253

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

Shades of Neon Blue #5850FD

Tints of Neon Blue #5850FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 20.9%
G = 19%
B = 60.1%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5850FD (or 0x5850FD) is known color: Neon Blue. HEX triplet: 58, 50 and FD. RGB value is (88,80,253). Sum of RGB (Red+Green+Blue) = 88+80+253=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #5850FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5850FD is #A7AF02. Grayscale: #656565. Windows color (decimal): -10989315 or 16601176. OLE color: 16601176.

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

Color convert

RGB 88 80 253 -
CMYK 0.65 0.68 0 0.01
HSL 242.77º 0.98% 0.65% -
HSV(B) 242.77º 0.68% 0.99% -
XYZ 24.62 14.9 94.51 -
YUV 102.11 213.15 117.93 -
System Red Green Blue C M Y K H S L
Decimal 88 80 253 0.65 0.68 0 0.01 242.77 0.98 0.65
Hex 58 50 FD 41 44 0 1 F3 62 41
Octal 130 120 375 101 104 0 1 363 142 101
Binary 1011000 1010000 11111101 1000001 1000100 0 1 11110011 1100010 1000001

Color Harmonies of #5850FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5850FD

Black with #5850FD

Text Example


Text Example

White with #5850FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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