Html Css Color HEX #1C3AFD Neon Blue

📋 copy color: '#1C3AFD'

red 28 ◦ green 58 ◦ blue 253

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

Shades of Neon Blue #1C3AFD

Tints of Neon Blue #1C3AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

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

R = 8.26%
G = 17.11%
B = 74.63%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1C3AFD (or 0x1C3AFD) is known color: Neon Blue. HEX triplet: 1C, 3A and FD. RGB value is (28,58,253). Sum of RGB (Red+Green+Blue) = 28+58+253=339 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.26% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C3AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3AFD is #E3C502. Grayscale: #464646. Windows color (decimal): -14927107 or 16595484. OLE color: 16595484.

HSL color Cylindrical-coordinate representation of color #1C3AFD: hue angle of 232º 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 #1C3AFD is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 28 58 253 -
CMYK 0.89 0.77 0 0.01
HSL 232º 0.98% 0.55% -
HSV(B) 232º 0.89% 0.99% -
XYZ 19.72 10.36 93.89 -
YUV 71.26 230.56 97.14 -
System Red Green Blue C M Y K H S L
Decimal 28 58 253 0.89 0.77 0 0.01 232 0.98 0.55
Hex 1C 3A FD 59 4D 0 1 E8 62 37
Octal 34 72 375 131 115 0 1 350 142 67
Binary 11100 111010 11111101 1011001 1001101 0 1 11101000 1100010 110111

Color Harmonies of #1C3AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3AFD

Black with #1C3AFD

Text Example


Text Example

White with #1C3AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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