Html Css Color HEX #5253FE Neon Blue

📋 copy color: '#5253FE'

red 82 ◦ green 83 ◦ blue 254

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

Shades of Neon Blue #5253FE

Tints of Neon Blue #5253FE

RGB

 RED value IS 82 (32.42% from 255) = 19.57%

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

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

R = 19.57%
G = 19.81%
B = 60.62%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5253FE (or 0x5253FE) is known color: Neon Blue. HEX triplet: 52, 53 and FE. RGB value is (82,83,254). Sum of RGB (Red+Green+Blue) = 82+83+254=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #5253FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5253FE is #ADAC01. Grayscale: #656565. Windows color (decimal): -11381762 or 16667474. OLE color: 16667474.

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

Color convert

RGB 82 83 254 -
CMYK 0.68 0.67 0 0.00
HSL 239.65º 0.99% 0.66% -
HSV(B) 239.65º 0.68% 1% -
XYZ 24.46 15.14 95.4 -
YUV 102.2 213.67 113.6 -
System Red Green Blue C M Y K H S L
Decimal 82 83 254 0.68 0.67 0 0.00 239.65 0.99 0.66
Hex 52 53 FE 44 43 0 0 F0 63 42
Octal 122 123 376 104 103 0 0 360 143 102
Binary 1010010 1010011 11111110 1000100 1000011 0 0 11110000 1100011 1000010

Color Harmonies of #5253FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5253FE

Black with #5253FE

Text Example


Text Example

White with #5253FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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