Html Css Color HEX #5353FD Neon Blue

📋 copy color: '#5353FD'

red 83 ◦ green 83 ◦ blue 253

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

Shades of Neon Blue #5353FD

Tints of Neon Blue #5353FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.38%

R = 19.81%
G = 19.81%
B = 60.38%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5353FD (or 0x5353FD) is known color: Neon Blue. HEX triplet: 53, 53 and FD. RGB value is (83,83,253). Sum of RGB (Red+Green+Blue) = 83+83+253=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #5353FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5353FD is #ACAC02. Grayscale: #656565. Windows color (decimal): -11316227 or 16601939. OLE color: 16601939.

HSL color Cylindrical-coordinate representation of color #5353FD: hue angle of 240º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5353FD is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 83 253 -
CMYK 0.67 0.67 0 0.01
HSL 240º 0.98% 0.66% -
HSV(B) 240º 0.67% 0.99% -
XYZ 24.39 15.12 94.56 -
YUV 102.38 213 114.18 -
System Red Green Blue C M Y K H S L
Decimal 83 83 253 0.67 0.67 0 0.01 240 0.98 0.66
Hex 53 53 FD 43 43 0 1 F0 62 42
Octal 123 123 375 103 103 0 1 360 142 102
Binary 1010011 1010011 11111101 1000011 1000011 0 1 11110000 1100010 1000010

Color Harmonies of #5353FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5353FD

Black with #5353FD

Text Example


Text Example

White with #5353FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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