Html Css Color HEX #5853FE Neon Blue

📋 copy color: '#5853FE'

red 88 ◦ green 83 ◦ blue 254

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

Shades of Neon Blue #5853FE

Tints of Neon Blue #5853FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.76%

R = 20.71%
G = 19.53%
B = 59.76%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5853FE (or 0x5853FE) is known color: Neon Blue. HEX triplet: 58, 53 and FE. RGB value is (88,83,254). Sum of RGB (Red+Green+Blue) = 88+83+254=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #5853FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5853FE is #A7AC01. Grayscale: #676767. Windows color (decimal): -10988546 or 16667480. OLE color: 16667480.

HSL color Cylindrical-coordinate representation of color #5853FE: hue angle of 241.75º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5853FE is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 88 83 254 -
CMYK 0.65 0.67 0 0.00
HSL 241.75º 0.99% 0.66% -
HSV(B) 241.75º 0.67% 1% -
XYZ 25.01 15.42 95.42 -
YUV 103.99 212.66 116.6 -
System Red Green Blue C M Y K H S L
Decimal 88 83 254 0.65 0.67 0 0.00 241.75 0.99 0.66
Hex 58 53 FE 41 43 0 0 F2 63 42
Octal 130 123 376 101 103 0 0 362 143 102
Binary 1011000 1010011 11111110 1000001 1000011 0 0 11110010 1100011 1000010

Color Harmonies of #5853FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5853FE

Black with #5853FE

Text Example


Text Example

White with #5853FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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