Html Css Color HEX #0E40FC Neon Blue

📋 copy color: '#0E40FC'

red 14 ◦ green 64 ◦ blue 252

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

Shades of Neon Blue #0E40FC

Tints of Neon Blue #0E40FC

RGB

 RED value IS 14 (5.86% from 255) = 4.24%

 GREEN value IS 64 (25.39% from 255) = 19.39%

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

R = 4.24%
G = 19.39%
B = 76.36%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0E40FC (or 0x0E40FC) is known color: Neon Blue. HEX triplet: 0E, 40 and FC. RGB value is (14,64,252). Sum of RGB (Red+Green+Blue) = 14+64+252=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #0E40FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E40FC is #F1BF03. Grayscale: #454545. Windows color (decimal): -15843076 or 16531470. OLE color: 16531470.

HSL color Cylindrical-coordinate representation of color #0E40FC: hue angle of 227.39º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E40FC is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 64 252 -
CMYK 0.94 0.75 0 0.01
HSL 227.4º 0.98% 0.52% -
HSV(B) 227.4º 0.94% 0.99% -
XYZ 19.59 10.79 93.15 -
YUV 70.48 230.44 87.71 -
System Red Green Blue C M Y K H S L
Decimal 14 64 252 0.94 0.75 0 0.01 227.4 0.98 0.52
Hex E 40 FC 5E 4B 0 1 E3 62 34
Octal 16 100 374 136 113 0 1 343 142 64
Binary 1110 1000000 11111100 1011110 1001011 0 1 11100011 1100010 110100

Color Harmonies of #0E40FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E40FC

Black with #0E40FC

Text Example


Text Example

White with #0E40FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E40FC; }

 p { color: rgb(14,64,252); }

 H1.HeaderClassName
 {
   color: #0E40FC;
 }
 .AnyTagClassName
 {
   color: #0E40FC;
 }
</style>

background-color css

<style>
 a { background-color: #0E40FC; }

 a { background-color: rgb(14,64,252); }

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

border-color css

<style>
 span { border-color: #0E40FC; }

 span { border-color: rgb(14,64,252); }

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