Html Css Color HEX #134AFE Neon Blue

📋 copy color: '#134AFE'

red 19 ◦ green 74 ◦ blue 254

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

Shades of Neon Blue #134AFE

Tints of Neon Blue #134AFE

RGB

 RED value IS 19 (7.81% from 255) = 5.48%

 GREEN value IS 74 (29.3% from 255) = 21.33%

 BLUE value IS 254 (99.61% from 255) = 73.2%

R = 5.48%
G = 21.33%
B = 73.2%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#134AFE (or 0x134AFE) is known color: Neon Blue. HEX triplet: 13, 4A and FE. RGB value is (19,74,254). Sum of RGB (Red+Green+Blue) = 19+74+254=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #134AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134AFE is #ECB501. Grayscale: #4D4D4D. Windows color (decimal): -15512834 or 16665107. OLE color: 16665107.

HSL color Cylindrical-coordinate representation of color #134AFE: hue angle of 225.96º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #134AFE is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 74 254 -
CMYK 0.93 0.71 0 0.00
HSL 225.96º 0.99% 0.54% -
HSV(B) 225.96º 0.93% 1% -
XYZ 20.61 12.19 95.03 -
YUV 78.08 227.28 85.86 -
System Red Green Blue C M Y K H S L
Decimal 19 74 254 0.93 0.71 0 0.00 225.96 0.99 0.54
Hex 13 4A FE 5D 47 0 0 E2 63 36
Octal 23 112 376 135 107 0 0 342 143 66
Binary 10011 1001010 11111110 1011101 1000111 0 0 11100010 1100011 110110

Color Harmonies of #134AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134AFE

Black with #134AFE

Text Example


Text Example

White with #134AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134AFE; }

 p { color: rgb(19,74,254); }

 H1.HeaderClassName
 {
   color: #134AFE;
 }
 .AnyTagClassName
 {
   color: #134AFE;
 }
</style>

background-color css

<style>
 a { background-color: #134AFE; }

 a { background-color: rgb(19,74,254); }

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

border-color css

<style>
 span { border-color: #134AFE; }

 span { border-color: rgb(19,74,254); }

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