Html Css Color HEX #5352FB Neon Blue

📋 copy color: '#5352FB'

red 83 ◦ green 82 ◦ blue 251

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

Shades of Neon Blue #5352FB

Tints of Neon Blue #5352FB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.71%

 BLUE value IS 251 (98.44% from 255) = 60.34%

R = 19.95%
G = 19.71%
B = 60.34%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5352FB (or 0x5352FB) is known color: Neon Blue. HEX triplet: 53, 52 and FB. RGB value is (83,82,251). Sum of RGB (Red+Green+Blue) = 83+82+251=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #5352FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5352FB is #ACAD04. Grayscale: #646464. Windows color (decimal): -11316485 or 16470611. OLE color: 16470611.

HSL color Cylindrical-coordinate representation of color #5352FB: hue angle of 240.36º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5352FB is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 82 251 -
CMYK 0.67 0.67 0 0.02
HSL 240.36º 0.95% 0.65% -
HSV(B) 240.36º 0.67% 0.98% -
XYZ 24 14.84 92.87 -
YUV 101.57 212.33 114.76 -
System Red Green Blue C M Y K H S L
Decimal 83 82 251 0.67 0.67 0 0.02 240.36 0.95 0.65
Hex 53 52 FB 43 43 0 2 F0 5F 41
Octal 123 122 373 103 103 0 2 360 137 101
Binary 1010011 1010010 11111011 1000011 1000011 0 10 11110000 1011111 1000001

Color Harmonies of #5352FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5352FB

Black with #5352FB

Text Example


Text Example

White with #5352FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5352FB; }

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

 H1.HeaderClassName
 {
   color: #5352FB;
 }
 .AnyTagClassName
 {
   color: #5352FB;
 }
</style>

background-color css

<style>
 a { background-color: #5352FB; }

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

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

border-color css

<style>
 span { border-color: #5352FB; }

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

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