Html Css Color HEX #5836FF Neon Blue

📋 copy color: '#5836FF'

red 88 ◦ green 54 ◦ blue 255

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

Shades of Neon Blue #5836FF

Tints of Neon Blue #5836FF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.6%

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

R = 22.17%
G = 13.6%
B = 64.23%

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

#5836FF (or 0x5836FF) is known color: Neon Blue. HEX triplet: 58, 36 and FF. RGB value is (88,54,255). Sum of RGB (Red+Green+Blue) = 88+54+255=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #5836FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5836FF is #A7C900. Grayscale: #565656. Windows color (decimal): -10995969 or 16725592. OLE color: 16725592.

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

Color convert

RGB 88 54 255 -
CMYK 0.65 0.79 0 0
HSL 250.15º 1% 0.61% -
HSV(B) 250.15º 0.79% 1% -
XYZ 23.39 11.93 95.68 -
YUV 87.08 222.76 128.66 -
System Red Green Blue C M Y K H S L
Decimal 88 54 255 0.65 0.79 0 0 250.15 1 0.61
Hex 58 36 FF 41 4F 0 0 FA 64 3D
Octal 130 66 377 101 117 0 0 372 144 75
Binary 1011000 110110 11111111 1000001 1001111 0 0 11111010 1100100 111101

Color Harmonies of #5836FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5836FF

Black with #5836FF

Text Example


Text Example

White with #5836FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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