Html Css Color HEX #5836FA Neon Blue

📋 copy color: '#5836FA'

red 88 ◦ green 54 ◦ blue 250

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

Shades of Neon Blue #5836FA

Tints of Neon Blue #5836FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.78%

R = 22.45%
G = 13.78%
B = 63.78%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5836FA (or 0x5836FA) is known color: Neon Blue. HEX triplet: 58, 36 and FA. RGB value is (88,54,250). Sum of RGB (Red+Green+Blue) = 88+54+250=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #5836FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5836FA is #A7C905. Grayscale: #555555. Windows color (decimal): -10995974 or 16397912. OLE color: 16397912.

HSL color Cylindrical-coordinate representation of color #5836FA: hue angle of 250.41º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5836FA is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 54 250 -
CMYK 0.65 0.78 0 0.02
HSL 250.41º 0.95% 0.6% -
HSV(B) 250.41º 0.78% 0.98% -
XYZ 22.6 11.62 91.49 -
YUV 86.51 220.26 129.06 -
System Red Green Blue C M Y K H S L
Decimal 88 54 250 0.65 0.78 0 0.02 250.41 0.95 0.6
Hex 58 36 FA 41 4E 0 2 FA 5F 3C
Octal 130 66 372 101 116 0 2 372 137 74
Binary 1011000 110110 11111010 1000001 1001110 0 10 11111010 1011111 111100

Color Harmonies of #5836FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5836FA

Black with #5836FA

Text Example


Text Example

White with #5836FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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