Html Css Color HEX #1C3FFB Neon Blue

📋 copy color: '#1C3FFB'

red 28 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #1C3FFB

Tints of Neon Blue #1C3FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 18.42%

 BLUE value IS 251 (98.44% from 255) = 73.39%

R = 8.19%
G = 18.42%
B = 73.39%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C3FFB (or 0x1C3FFB) is known color: Neon Blue. HEX triplet: 1C, 3F and FB. RGB value is (28,63,251). Sum of RGB (Red+Green+Blue) = 28+63+251=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C3FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3FFB is #E3C004. Grayscale: #494949. Windows color (decimal): -14925829 or 16465692. OLE color: 16465692.

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

Color convert

RGB 28 63 251 -
CMYK 0.89 0.75 0 0.02
HSL 230.58º 0.97% 0.55% -
HSV(B) 230.58º 0.89% 0.98% -
XYZ 19.67 10.77 92.31 -
YUV 73.97 227.9 95.21 -
System Red Green Blue C M Y K H S L
Decimal 28 63 251 0.89 0.75 0 0.02 230.58 0.97 0.55
Hex 1C 3F FB 59 4B 0 2 E7 61 37
Octal 34 77 373 131 113 0 2 347 141 67
Binary 11100 111111 11111011 1011001 1001011 0 10 11100111 1100001 110111

Color Harmonies of #1C3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3FFB

Black with #1C3FFB

Text Example


Text Example

White with #1C3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,63,251); }

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

background-color css

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

 a { background-color: rgb(28,63,251); }

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

border-color css

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

 span { border-color: rgb(28,63,251); }

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