Html Css Color HEX #1E3FFC Neon Blue

📋 copy color: '#1E3FFC'

red 30 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #1E3FFC

Tints of Neon Blue #1E3FFC

RGB

 RED value IS 30 (12.11% from 255) = 8.7%

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

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

R = 8.7%
G = 18.26%
B = 73.04%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1E3FFC (or 0x1E3FFC) is known color: Neon Blue. HEX triplet: 1E, 3F and FC. RGB value is (30,63,252). Sum of RGB (Red+Green+Blue) = 30+63+252=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 63 (25% from 255 or 18.26% 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 #1E3FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3FFC is #E1C003. Grayscale: #494949. Windows color (decimal): -14794756 or 16531230. OLE color: 16531230.

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

Color convert

RGB 30 63 252 -
CMYK 0.88 0.75 0 0.01
HSL 231.08º 0.97% 0.55% -
HSV(B) 231.08º 0.88% 0.99% -
XYZ 19.88 10.86 93.14 -
YUV 74.68 228.07 96.13 -
System Red Green Blue C M Y K H S L
Decimal 30 63 252 0.88 0.75 0 0.01 231.08 0.97 0.55
Hex 1E 3F FC 58 4B 0 1 E7 61 37
Octal 36 77 374 130 113 0 1 347 141 67
Binary 11110 111111 11111100 1011000 1001011 0 1 11100111 1100001 110111

Color Harmonies of #1E3FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3FFC

Black with #1E3FFC

Text Example


Text Example

White with #1E3FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,63,252); }

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

background-color css

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

 a { background-color: rgb(30,63,252); }

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

border-color css

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

 span { border-color: rgb(30,63,252); }

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