Html Css Color HEX #5835FE Neon Blue

📋 copy color: '#5835FE'

red 88 ◦ green 53 ◦ blue 254

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

Shades of Neon Blue #5835FE

Tints of Neon Blue #5835FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.42%

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

R = 22.28%
G = 13.42%
B = 64.3%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5835FE (or 0x5835FE) is known color: Neon Blue. HEX triplet: 58, 35 and FE. RGB value is (88,53,254). Sum of RGB (Red+Green+Blue) = 88+53+254=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #5835FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5835FE is #A7CA01. Grayscale: #555555. Windows color (decimal): -10996226 or 16659800. OLE color: 16659800.

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

Color convert

RGB 88 53 254 -
CMYK 0.65 0.79 0 0.00
HSL 250.45º 0.99% 0.6% -
HSV(B) 250.45º 0.79% 1% -
XYZ 23.19 11.78 94.82 -
YUV 86.38 222.6 129.16 -
System Red Green Blue C M Y K H S L
Decimal 88 53 254 0.65 0.79 0 0.00 250.45 0.99 0.6
Hex 58 35 FE 41 4F 0 0 FA 63 3C
Octal 130 65 376 101 117 0 0 372 143 74
Binary 1011000 110101 11111110 1000001 1001111 0 0 11111010 1100011 111100

Color Harmonies of #5835FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5835FE

Black with #5835FE

Text Example


Text Example

White with #5835FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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