Html Css Color HEX #5351FC Neon Blue

📋 copy color: '#5351FC'

red 83 ◦ green 81 ◦ blue 252

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

Shades of Neon Blue #5351FC

Tints of Neon Blue #5351FC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

 BLUE value IS 252 (98.83% from 255) = 60.58%

R = 19.95%
G = 19.47%
B = 60.58%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5351FC (or 0x5351FC) is known color: Neon Blue. HEX triplet: 53, 51 and FC. RGB value is (83,81,252). Sum of RGB (Red+Green+Blue) = 83+81+252=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #5351FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5351FC is #ACAE03. Grayscale: #646464. Windows color (decimal): -11316740 or 16535891. OLE color: 16535891.

HSL color Cylindrical-coordinate representation of color #5351FC: hue angle of 240.7º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5351FC is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 81 252 -
CMYK 0.67 0.68 0 0.01
HSL 240.7º 0.97% 0.65% -
HSV(B) 240.7º 0.68% 0.99% -
XYZ 24.08 14.75 93.67 -
YUV 101.09 213.16 115.1 -
System Red Green Blue C M Y K H S L
Decimal 83 81 252 0.67 0.68 0 0.01 240.7 0.97 0.65
Hex 53 51 FC 43 44 0 1 F1 61 41
Octal 123 121 374 103 104 0 1 361 141 101
Binary 1010011 1010001 11111100 1000011 1000100 0 1 11110001 1100001 1000001

Color Harmonies of #5351FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5351FC

Black with #5351FC

Text Example


Text Example

White with #5351FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5351FC; }

 p { color: rgb(83,81,252); }

 H1.HeaderClassName
 {
   color: #5351FC;
 }
 .AnyTagClassName
 {
   color: #5351FC;
 }
</style>

background-color css

<style>
 a { background-color: #5351FC; }

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

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

border-color css

<style>
 span { border-color: #5351FC; }

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

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