Html Css Color HEX #204EFD Neon Blue

📋 copy color: '#204EFD'

red 32 ◦ green 78 ◦ blue 253

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

Shades of Neon Blue #204EFD

Tints of Neon Blue #204EFD

RGB

 RED value IS 32 (12.89% from 255) = 8.82%

 GREEN value IS 78 (30.86% from 255) = 21.49%

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

R = 8.82%
G = 21.49%
B = 69.7%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#204EFD (or 0x204EFD) is known color: Neon Blue. HEX triplet: 20, 4E and FD. RGB value is (32,78,253). Sum of RGB (Red+Green+Blue) = 32+78+253=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #204EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204EFD is #DFB102. Grayscale: #535353. Windows color (decimal): -14659843 or 16600608. OLE color: 16600608.

HSL color Cylindrical-coordinate representation of color #204EFD: hue angle of 227.51º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204EFD is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 78 253 -
CMYK 0.87 0.69 0 0.01
HSL 227.51º 0.98% 0.56% -
HSV(B) 227.51º 0.87% 0.99% -
XYZ 21.05 12.85 94.3 -
YUV 84.2 223.26 90.77 -
System Red Green Blue C M Y K H S L
Decimal 32 78 253 0.87 0.69 0 0.01 227.51 0.98 0.56
Hex 20 4E FD 57 45 0 1 E4 62 38
Octal 40 116 375 127 105 0 1 344 142 70
Binary 100000 1001110 11111101 1010111 1000101 0 1 11100100 1100010 111000

Color Harmonies of #204EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204EFD

Black with #204EFD

Text Example


Text Example

White with #204EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204EFD; }

 p { color: rgb(32,78,253); }

 H1.HeaderClassName
 {
   color: #204EFD;
 }
 .AnyTagClassName
 {
   color: #204EFD;
 }
</style>

background-color css

<style>
 a { background-color: #204EFD; }

 a { background-color: rgb(32,78,253); }

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

border-color css

<style>
 span { border-color: #204EFD; }

 span { border-color: rgb(32,78,253); }

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