Html Css Color HEX #5353F0 Neon Blue

📋 copy color: '#5353F0'

red 83 ◦ green 83 ◦ blue 240

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

Shades of Neon Blue #5353F0

Tints of Neon Blue #5353F0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.44%

 BLUE value IS 240 (94.14% from 255) = 59.11%

R = 20.44%
G = 20.44%
B = 59.11%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5353F0 (or 0x5353F0) is known color: Neon Blue. HEX triplet: 53, 53 and F0. RGB value is (83,83,240). Sum of RGB (Red+Green+Blue) = 83+83+240=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 240 (94.14% from 255 or 59.11% from 406); Max value from RGB is 240 - color contains mainly: blue. Hex color #5353F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5353F0 is #ACAC0F. Grayscale: #646464. Windows color (decimal): -11316240 or 15749971. OLE color: 15749971.

HSL color Cylindrical-coordinate representation of color #5353F0: hue angle of 240º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5353F0 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 83 240 -
CMYK 0.65 0.65 0 0.06
HSL 240º 0.84% 0.63% -
HSV(B) 240º 0.65% 0.94% -
XYZ 22.39 14.32 84.02 -
YUV 100.9 206.5 115.23 -
System Red Green Blue C M Y K H S L
Decimal 83 83 240 0.65 0.65 0 0.06 240 0.84 0.63
Hex 53 53 F0 41 41 0 6 F0 54 3F
Octal 123 123 360 101 101 0 6 360 124 77
Binary 1010011 1010011 11110000 1000001 1000001 0 110 11110000 1010100 111111

Color Harmonies of #5353F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5353F0

Black with #5353F0

Text Example


Text Example

White with #5353F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5353F0; }

 p { color: rgb(83,83,240); }

 H1.HeaderClassName
 {
   color: #5353F0;
 }
 .AnyTagClassName
 {
   color: #5353F0;
 }
</style>

background-color css

<style>
 a { background-color: #5353F0; }

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

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

border-color css

<style>
 span { border-color: #5353F0; }

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

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