Html Css Color HEX #1C3DF7 Neon Blue

📋 copy color: '#1C3DF7'

red 28 ◦ green 61 ◦ blue 247

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

Shades of Neon Blue #1C3DF7

Tints of Neon Blue #1C3DF7

RGB

 RED value IS 28 (11.33% from 255) = 8.33%

 GREEN value IS 61 (24.22% from 255) = 18.15%

 BLUE value IS 247 (96.88% from 255) = 73.51%

R = 8.33%
G = 18.15%
B = 73.51%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1C3DF7 (or 0x1C3DF7) is known color: Neon Blue. HEX triplet: 1C, 3D and F7. RGB value is (28,61,247). Sum of RGB (Red+Green+Blue) = 28+61+247=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 247 (96.88% from 255 or 73.51% from 336); Max value from RGB is 247 - color contains mainly: blue. Hex color #1C3DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3DF7 is #E3C208. Grayscale: #474747. Windows color (decimal): -14926345 or 16203036. OLE color: 16203036.

HSL color Cylindrical-coordinate representation of color #1C3DF7: hue angle of 230.96º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C3DF7 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 28 61 247 -
CMYK 0.89 0.75 0 0.03
HSL 230.96º 0.93% 0.54% -
HSV(B) 230.96º 0.89% 0.97% -
XYZ 18.94 10.3 88.99 -
YUV 72.34 226.57 96.38 -
System Red Green Blue C M Y K H S L
Decimal 28 61 247 0.89 0.75 0 0.03 230.96 0.93 0.54
Hex 1C 3D F7 59 4B 0 3 E7 5D 36
Octal 34 75 367 131 113 0 3 347 135 66
Binary 11100 111101 11110111 1011001 1001011 0 11 11100111 1011101 110110

Color Harmonies of #1C3DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3DF7

Black with #1C3DF7

Text Example


Text Example

White with #1C3DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C3DF7; }

 p { color: rgb(28,61,247); }

 H1.HeaderClassName
 {
   color: #1C3DF7;
 }
 .AnyTagClassName
 {
   color: #1C3DF7;
 }
</style>

background-color css

<style>
 a { background-color: #1C3DF7; }

 a { background-color: rgb(28,61,247); }

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

border-color css

<style>
 span { border-color: #1C3DF7; }

 span { border-color: rgb(28,61,247); }

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