#203CF0

Color #203CF0 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #203CF0

Tints of Neon Blue #203CF0

Color information

#203CF0 (or 0x203CF0) is unknown color: approx Neon Blue. HEX triplet: 20, 3C and F0. RGB value is (32,60,240). Sum of RGB (Red+Green+Blue) = 32+60+240=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 240 (94.14% from 255 or 72.29% from 332); Max value from RGB is 240 - color contains mainly: blue. Hex color #203CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203CF0 is #DFC30F. Grayscale: #474747. Windows color (decimal): -14664464 or 15744032. OLE color: 15744032.

HSL color Cylindrical-coordinate representation of color #203CF0: hue angle of 231.92º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #203CF0 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3260240-
CMYK0.870.7500.06
HSL231.92º87.39%53.33%-
HSV(B)231.92º86.67%94.12%-
XYZ17.949.8383.39-
YUV72.15222.7299.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.64%
GREEN value IS 60 (23.83% from 255) = 18.07%
BLUE value IS 240 (94.14% from 255) = 72.29%
R=9.64%
G=18.07%
B=72.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal32602400.870.7500.06231.9287.3953.33
Hex203CF0574B06e85735
Octal40743601271130635012765
Binary10000011110011110000101011110010110110111010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203CF0; }

 p { color: rgb(32,60,240); }

 H1.HeaderClassName
 {
   color: #203CF0;
 }
 .AnyTagClassName
 {
   color: #203CF0;
 }
</style>
background-color css

<style>
 a { background-color: #203CF0; }

 a { background-color: rgb(32,60,240); }

 div.DivClassName
 {
   background-color: #203CF0;
 }
 .BgClassName
 {
   background-color: #203CF0;
 }
</style>
border-color css

<style>
 span { border-color: #203CF0; }

 span { border-color: rgb(32,60,240); }

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