Html Css Color HEX #5536FA Neon Blue

📋 copy color: '#5536FA'

red 85 ◦ green 54 ◦ blue 250

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

Shades of Neon Blue #5536FA

Tints of Neon Blue #5536FA

RGB

 RED value IS 85 (33.59% from 255) = 21.85%

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

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

R = 21.85%
G = 13.88%
B = 64.27%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5536FA (or 0x5536FA) is known color: Neon Blue. HEX triplet: 55, 36 and FA. RGB value is (85,54,250). Sum of RGB (Red+Green+Blue) = 85+54+250=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #5536FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5536FA is #AAC905. Grayscale: #545454. Windows color (decimal): -11192582 or 16397909. OLE color: 16397909.

HSL color Cylindrical-coordinate representation of color #5536FA: hue angle of 249.49º 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 #5536FA is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 54 250 -
CMYK 0.66 0.78 0 0.02
HSL 249.49º 0.95% 0.6% -
HSV(B) 249.49º 0.78% 0.98% -
XYZ 22.32 11.47 91.48 -
YUV 85.61 220.77 127.56 -
System Red Green Blue C M Y K H S L
Decimal 85 54 250 0.66 0.78 0 0.02 249.49 0.95 0.6
Hex 55 36 FA 42 4E 0 2 F9 5F 3C
Octal 125 66 372 102 116 0 2 371 137 74
Binary 1010101 110110 11111010 1000010 1001110 0 10 11111001 1011111 111100

Color Harmonies of #5536FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5536FA

Black with #5536FA

Text Example


Text Example

White with #5536FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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