Html Css Color HEX #5337F5 Neon Blue

📋 copy color: '#5337F5'

red 83 ◦ green 55 ◦ blue 245

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

Shades of Neon Blue #5337F5

Tints of Neon Blue #5337F5

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.36%

 BLUE value IS 245 (96.09% from 255) = 63.97%

R = 21.67%
G = 14.36%
B = 63.97%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5337F5 (or 0x5337F5) is known color: Neon Blue. HEX triplet: 53, 37 and F5. RGB value is (83,55,245). Sum of RGB (Red+Green+Blue) = 83+55+245=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 245 (96.09% from 255 or 63.97% from 383); Max value from RGB is 245 - color contains mainly: blue. Hex color #5337F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5337F5 is #ACC80A. Grayscale: #545454. Windows color (decimal): -11323403 or 16070483. OLE color: 16070483.

HSL color Cylindrical-coordinate representation of color #5337F5: hue angle of 248.84º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5337F5 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 55 245 -
CMYK 0.66 0.78 0 0.04
HSL 248.84º 0.9% 0.59% -
HSV(B) 248.84º 0.78% 0.96% -
XYZ 21.41 11.16 87.41 -
YUV 85.03 218.28 126.55 -
System Red Green Blue C M Y K H S L
Decimal 83 55 245 0.66 0.78 0 0.04 248.84 0.9 0.59
Hex 53 37 F5 42 4E 0 4 F9 5A 3B
Octal 123 67 365 102 116 0 4 371 132 73
Binary 1010011 110111 11110101 1000010 1001110 0 100 11111001 1011010 111011

Color Harmonies of #5337F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5337F5

Black with #5337F5

Text Example


Text Example

White with #5337F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5337F5; }

 p { color: rgb(83,55,245); }

 H1.HeaderClassName
 {
   color: #5337F5;
 }
 .AnyTagClassName
 {
   color: #5337F5;
 }
</style>

background-color css

<style>
 a { background-color: #5337F5; }

 a { background-color: rgb(83,55,245); }

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

border-color css

<style>
 span { border-color: #5337F5; }

 span { border-color: rgb(83,55,245); }

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