Html Css Color HEX #5336F3 Neon Blue

📋 copy color: '#5336F3'

red 83 ◦ green 54 ◦ blue 243

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

Shades of Neon Blue #5336F3

Tints of Neon Blue #5336F3

RGB

 RED value IS 83 (32.81% from 255) = 21.84%

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

 BLUE value IS 243 (95.31% from 255) = 63.95%

R = 21.84%
G = 14.21%
B = 63.95%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5336F3 (or 0x5336F3) is known color: Neon Blue. HEX triplet: 53, 36 and F3. RGB value is (83,54,243). Sum of RGB (Red+Green+Blue) = 83+54+243=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 243 (95.31% from 255 or 63.95% from 380); Max value from RGB is 243 - color contains mainly: blue. Hex color #5336F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5336F3 is #ACC90C. Grayscale: #535353. Windows color (decimal): -11323661 or 15939155. OLE color: 15939155.

HSL color Cylindrical-coordinate representation of color #5336F3: hue angle of 249.21º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5336F3 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 54 243 -
CMYK 0.66 0.78 0 0.05
HSL 249.21º 0.89% 0.58% -
HSV(B) 249.21º 0.78% 0.95% -
XYZ 21.06 10.95 85.8 -
YUV 84.22 217.61 127.13 -
System Red Green Blue C M Y K H S L
Decimal 83 54 243 0.66 0.78 0 0.05 249.21 0.89 0.58
Hex 53 36 F3 42 4E 0 5 F9 59 3A
Octal 123 66 363 102 116 0 5 371 131 72
Binary 1010011 110110 11110011 1000010 1001110 0 101 11111001 1011001 111010

Color Harmonies of #5336F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5336F3

Black with #5336F3

Text Example


Text Example

White with #5336F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5336F3; }

 p { color: rgb(83,54,243); }

 H1.HeaderClassName
 {
   color: #5336F3;
 }
 .AnyTagClassName
 {
   color: #5336F3;
 }
</style>

background-color css

<style>
 a { background-color: #5336F3; }

 a { background-color: rgb(83,54,243); }

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

border-color css

<style>
 span { border-color: #5336F3; }

 span { border-color: rgb(83,54,243); }

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