Html Css Color HEX #5836FC Neon Blue

📋 copy color: '#5836FC'

red 88 ◦ green 54 ◦ blue 252

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

Shades of Neon Blue #5836FC

Tints of Neon Blue #5836FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.96%

R = 22.34%
G = 13.71%
B = 63.96%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5836FC (or 0x5836FC) is known color: Neon Blue. HEX triplet: 58, 36 and FC. RGB value is (88,54,252). Sum of RGB (Red+Green+Blue) = 88+54+252=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #5836FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5836FC is #A7C903. Grayscale: #555555. Windows color (decimal): -10995972 or 16528984. OLE color: 16528984.

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

Color convert

RGB 88 54 252 -
CMYK 0.65 0.79 0 0.01
HSL 250.3º 0.97% 0.6% -
HSV(B) 250.3º 0.79% 0.99% -
XYZ 22.91 11.74 93.15 -
YUV 86.74 221.26 128.9 -
System Red Green Blue C M Y K H S L
Decimal 88 54 252 0.65 0.79 0 0.01 250.3 0.97 0.6
Hex 58 36 FC 41 4F 0 1 FA 61 3C
Octal 130 66 374 101 117 0 1 372 141 74
Binary 1011000 110110 11111100 1000001 1001111 0 1 11111010 1100001 111100

Color Harmonies of #5836FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5836FC

Black with #5836FC

Text Example


Text Example

White with #5836FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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