Html Css Color HEX #1C41FC Neon Blue

📋 copy color: '#1C41FC'

red 28 ◦ green 65 ◦ blue 252

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

Shades of Neon Blue #1C41FC

Tints of Neon Blue #1C41FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.84%

 BLUE value IS 252 (98.83% from 255) = 73.04%

R = 8.12%
G = 18.84%
B = 73.04%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1C41FC (or 0x1C41FC) is known color: Neon Blue. HEX triplet: 1C, 41 and FC. RGB value is (28,65,252). Sum of RGB (Red+Green+Blue) = 28+65+252=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #1C41FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C41FC is #E3BE03. Grayscale: #4A4A4A. Windows color (decimal): -14925316 or 16531740. OLE color: 16531740.

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

Color convert

RGB 28 65 252 -
CMYK 0.89 0.74 0 0.01
HSL 230.09º 0.97% 0.55% -
HSV(B) 230.09º 0.89% 0.99% -
XYZ 19.94 11.06 93.18 -
YUV 75.26 227.74 94.29 -
System Red Green Blue C M Y K H S L
Decimal 28 65 252 0.89 0.74 0 0.01 230.09 0.97 0.55
Hex 1C 41 FC 59 4A 0 1 E6 61 37
Octal 34 101 374 131 112 0 1 346 141 67
Binary 11100 1000001 11111100 1011001 1001010 0 1 11100110 1100001 110111

Color Harmonies of #1C41FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C41FC

Black with #1C41FC

Text Example


Text Example

White with #1C41FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,65,252); }

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

background-color css

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

 a { background-color: rgb(28,65,252); }

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

border-color css

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

 span { border-color: rgb(28,65,252); }

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