Html Css Color HEX #5268FD Neon Blue

📋 copy color: '#5268FD'

red 82 ◦ green 104 ◦ blue 253

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

Shades of Neon Blue #5268FD

Tints of Neon Blue #5268FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.69%

 BLUE value IS 253 (99.22% from 255) = 57.63%

R = 18.68%
G = 23.69%
B = 57.63%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5268FD (or 0x5268FD) is known color: Neon Blue. HEX triplet: 52, 68 and FD. RGB value is (82,104,253). Sum of RGB (Red+Green+Blue) = 82+104+253=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #5268FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5268FD is #AD9702. Grayscale: #717171. Windows color (decimal): -11376387 or 16607314. OLE color: 16607314.

HSL color Cylindrical-coordinate representation of color #5268FD: hue angle of 232.28º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5268FD is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 104 253 -
CMYK 0.68 0.59 0 0.01
HSL 232.28º 0.98% 0.66% -
HSV(B) 232.28º 0.68% 0.99% -
XYZ 26.16 18.79 95.18 -
YUV 114.41 206.21 104.88 -
System Red Green Blue C M Y K H S L
Decimal 82 104 253 0.68 0.59 0 0.01 232.28 0.98 0.66
Hex 52 68 FD 44 3B 0 1 E8 62 42
Octal 122 150 375 104 73 0 1 350 142 102
Binary 1010010 1101000 11111101 1000100 111011 0 1 11101000 1100010 1000010

Color Harmonies of #5268FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5268FD

Black with #5268FD

Text Example


Text Example

White with #5268FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5268FD; }

 p { color: rgb(82,104,253); }

 H1.HeaderClassName
 {
   color: #5268FD;
 }
 .AnyTagClassName
 {
   color: #5268FD;
 }
</style>

background-color css

<style>
 a { background-color: #5268FD; }

 a { background-color: rgb(82,104,253); }

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

border-color css

<style>
 span { border-color: #5268FD; }

 span { border-color: rgb(82,104,253); }

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