Html Css Color HEX #5353FE Neon Blue

📋 copy color: '#5353FE'

red 83 ◦ green 83 ◦ blue 254

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

Shades of Neon Blue #5353FE

Tints of Neon Blue #5353FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.48%

R = 19.76%
G = 19.76%
B = 60.48%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5353FE (or 0x5353FE) is known color: Neon Blue. HEX triplet: 53, 53 and FE. RGB value is (83,83,254). Sum of RGB (Red+Green+Blue) = 83+83+254=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #5353FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5353FE is #ACAC01. Grayscale: #656565. Windows color (decimal): -11316226 or 16667475. OLE color: 16667475.

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

Color convert

RGB 83 83 254 -
CMYK 0.67 0.67 0 0.00
HSL 240º 0.99% 0.66% -
HSV(B) 240º 0.67% 1% -
XYZ 24.55 15.18 95.4 -
YUV 102.49 213.5 114.1 -
System Red Green Blue C M Y K H S L
Decimal 83 83 254 0.67 0.67 0 0.00 240 0.99 0.66
Hex 53 53 FE 43 43 0 0 F0 63 42
Octal 123 123 376 103 103 0 0 360 143 102
Binary 1010011 1010011 11111110 1000011 1000011 0 0 11110000 1100011 1000010

Color Harmonies of #5353FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5353FE

Black with #5353FE

Text Example


Text Example

White with #5353FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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