Html Css Color HEX #526BFD Neon Blue

📋 copy color: '#526BFD'

red 82 ◦ green 107 ◦ blue 253

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

Shades of Neon Blue #526BFD

Tints of Neon Blue #526BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.21%

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

R = 18.55%
G = 24.21%
B = 57.24%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#526BFD (or 0x526BFD) is known color: Neon Blue. HEX triplet: 52, 6B and FD. RGB value is (82,107,253). Sum of RGB (Red+Green+Blue) = 82+107+253=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #526BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526BFD is #AD9402. Grayscale: #737373. Windows color (decimal): -11375619 or 16608082. OLE color: 16608082.

HSL color Cylindrical-coordinate representation of color #526BFD: hue angle of 231.23º 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 #526BFD is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 107 253 -
CMYK 0.68 0.58 0 0.01
HSL 231.23º 0.98% 0.66% -
HSV(B) 231.23º 0.68% 0.99% -
XYZ 26.47 19.4 95.28 -
YUV 116.17 205.22 103.63 -
System Red Green Blue C M Y K H S L
Decimal 82 107 253 0.68 0.58 0 0.01 231.23 0.98 0.66
Hex 52 6B FD 44 3A 0 1 E7 62 42
Octal 122 153 375 104 72 0 1 347 142 102
Binary 1010010 1101011 11111101 1000100 111010 0 1 11100111 1100010 1000010

Color Harmonies of #526BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BFD

Black with #526BFD

Text Example


Text Example

White with #526BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526BFD; }

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

 H1.HeaderClassName
 {
   color: #526BFD;
 }
 .AnyTagClassName
 {
   color: #526BFD;
 }
</style>

background-color css

<style>
 a { background-color: #526BFD; }

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

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

border-color css

<style>
 span { border-color: #526BFD; }

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

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