Html Css Color HEX #5853FA Neon Blue

📋 copy color: '#5853FA'

red 88 ◦ green 83 ◦ blue 250

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

Shades of Neon Blue #5853FA

Tints of Neon Blue #5853FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.71%

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

R = 20.9%
G = 19.71%
B = 59.38%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5853FA (or 0x5853FA) is known color: Neon Blue. HEX triplet: 58, 53 and FA. RGB value is (88,83,250). Sum of RGB (Red+Green+Blue) = 88+83+250=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #5853FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5853FA is #A7AC05. Grayscale: #666666. Windows color (decimal): -10988550 or 16405336. OLE color: 16405336.

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

Color convert

RGB 88 83 250 -
CMYK 0.65 0.67 0 0.02
HSL 241.8º 0.94% 0.65% -
HSV(B) 241.8º 0.67% 0.98% -
XYZ 24.37 15.16 92.08 -
YUV 103.53 210.66 116.92 -
System Red Green Blue C M Y K H S L
Decimal 88 83 250 0.65 0.67 0 0.02 241.8 0.94 0.65
Hex 58 53 FA 41 43 0 2 F2 5E 41
Octal 130 123 372 101 103 0 2 362 136 101
Binary 1011000 1010011 11111010 1000001 1000011 0 10 11110010 1011110 1000001

Color Harmonies of #5853FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5853FA

Black with #5853FA

Text Example


Text Example

White with #5853FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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