Html Css Color HEX #5354FB Neon Blue

📋 copy color: '#5354FB'

red 83 ◦ green 84 ◦ blue 251

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

Shades of Neon Blue #5354FB

Tints of Neon Blue #5354FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.1%

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

R = 19.86%
G = 20.1%
B = 60.05%

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

#5354FB (or 0x5354FB) is known color: Neon Blue. HEX triplet: 53, 54 and FB. RGB value is (83,84,251). Sum of RGB (Red+Green+Blue) = 83+84+251=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #5354FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5354FB is #ACAB04. Grayscale: #666666. Windows color (decimal): -11315973 or 16471123. OLE color: 16471123.

HSL color Cylindrical-coordinate representation of color #5354FB: hue angle of 239.64º 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 #5354FB is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 84 251 -
CMYK 0.67 0.67 0 0.02
HSL 239.64º 0.95% 0.65% -
HSV(B) 239.64º 0.67% 0.98% -
XYZ 24.15 15.14 92.92 -
YUV 102.74 211.67 113.92 -
System Red Green Blue C M Y K H S L
Decimal 83 84 251 0.67 0.67 0 0.02 239.64 0.95 0.65
Hex 53 54 FB 43 43 0 2 F0 5F 41
Octal 123 124 373 103 103 0 2 360 137 101
Binary 1010011 1010100 11111011 1000011 1000011 0 10 11110000 1011111 1000001

Color Harmonies of #5354FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5354FB

Black with #5354FB

Text Example


Text Example

White with #5354FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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