Html Css Color HEX #5340FB Neon Blue

📋 copy color: '#5340FB'

red 83 ◦ green 64 ◦ blue 251

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

Shades of Neon Blue #5340FB

Tints of Neon Blue #5340FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.08%

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

R = 20.85%
G = 16.08%
B = 63.07%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5340FB (or 0x5340FB) is known color: Neon Blue. HEX triplet: 53, 40 and FB. RGB value is (83,64,251). Sum of RGB (Red+Green+Blue) = 83+64+251=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #5340FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5340FB is #ACBF04. Grayscale: #5A5A5A. Windows color (decimal): -11321093 or 16466003. OLE color: 16466003.

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

Color convert

RGB 83 64 251 -
CMYK 0.67 0.75 0 0.02
HSL 246.1º 0.96% 0.62% -
HSV(B) 246.1º 0.75% 0.98% -
XYZ 22.81 12.47 92.47 -
YUV 91 218.29 122.29 -
System Red Green Blue C M Y K H S L
Decimal 83 64 251 0.67 0.75 0 0.02 246.1 0.96 0.62
Hex 53 40 FB 43 4B 0 2 F6 60 3E
Octal 123 100 373 103 113 0 2 366 140 76
Binary 1010011 1000000 11111011 1000011 1001011 0 10 11110110 1100000 111110

Color Harmonies of #5340FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5340FB

Black with #5340FB

Text Example


Text Example

White with #5340FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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