Html Css Color HEX #1C3CFD Neon Blue

📋 copy color: '#1C3CFD'

red 28 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #1C3CFD

Tints of Neon Blue #1C3CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.6%

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

R = 8.21%
G = 17.6%
B = 74.19%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1C3CFD (or 0x1C3CFD) is known color: Neon Blue. HEX triplet: 1C, 3C and FD. RGB value is (28,60,253). Sum of RGB (Red+Green+Blue) = 28+60+253=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C3CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3CFD is #E3C302. Grayscale: #474747. Windows color (decimal): -14926595 or 16595996. OLE color: 16595996.

HSL color Cylindrical-coordinate representation of color #1C3CFD: hue angle of 231.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C3CFD is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 28 60 253 -
CMYK 0.89 0.76 0 0.01
HSL 231.47º 0.98% 0.55% -
HSV(B) 231.47º 0.89% 0.99% -
XYZ 19.82 10.57 93.92 -
YUV 72.43 229.9 96.31 -
System Red Green Blue C M Y K H S L
Decimal 28 60 253 0.89 0.76 0 0.01 231.47 0.98 0.55
Hex 1C 3C FD 59 4C 0 1 E7 62 37
Octal 34 74 375 131 114 0 1 347 142 67
Binary 11100 111100 11111101 1011001 1001100 0 1 11100111 1100010 110111

Color Harmonies of #1C3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3CFD

Black with #1C3CFD

Text Example


Text Example

White with #1C3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,60,253); }

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

background-color css

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

 a { background-color: rgb(28,60,253); }

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

border-color css

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

 span { border-color: rgb(28,60,253); }

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