Html Css Color HEX #5835FF Neon Blue

📋 copy color: '#5835FF'

red 88 ◦ green 53 ◦ blue 255

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

Shades of Neon Blue #5835FF

Tints of Neon Blue #5835FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.39%

R = 22.22%
G = 13.38%
B = 64.39%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5835FF (or 0x5835FF) is known color: Neon Blue. HEX triplet: 58, 35 and FF. RGB value is (88,53,255). Sum of RGB (Red+Green+Blue) = 88+53+255=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #5835FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5835FF is #A7CA00. Grayscale: #555555. Windows color (decimal): -10996225 or 16725336. OLE color: 16725336.

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

Color convert

RGB 88 53 255 -
CMYK 0.65 0.79 0 0
HSL 250.4º 1% 0.6% -
HSV(B) 250.4º 0.79% 1% -
XYZ 23.35 11.84 95.66 -
YUV 86.49 223.1 129.07 -
System Red Green Blue C M Y K H S L
Decimal 88 53 255 0.65 0.79 0 0 250.4 1 0.6
Hex 58 35 FF 41 4F 0 0 FA 64 3C
Octal 130 65 377 101 117 0 0 372 144 74
Binary 1011000 110101 11111111 1000001 1001111 0 0 11111010 1100100 111100

Color Harmonies of #5835FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5835FF

Black with #5835FF

Text Example


Text Example

White with #5835FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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