Html Css Color HEX #134BFE Neon Blue

📋 copy color: '#134BFE'

red 19 ◦ green 75 ◦ blue 254

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

Shades of Neon Blue #134BFE

Tints of Neon Blue #134BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.55%

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

R = 5.46%
G = 21.55%
B = 72.99%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#134BFE (or 0x134BFE) is known color: Neon Blue. HEX triplet: 13, 4B and FE. RGB value is (19,75,254). Sum of RGB (Red+Green+Blue) = 19+75+254=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #134BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134BFE is #ECB401. Grayscale: #4D4D4D. Windows color (decimal): -15512578 or 16665363. OLE color: 16665363.

HSL color Cylindrical-coordinate representation of color #134BFE: hue angle of 225.7º 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 #134BFE is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 75 254 -
CMYK 0.93 0.70 0 0.00
HSL 225.7º 0.99% 0.54% -
HSV(B) 225.7º 0.93% 1% -
XYZ 20.67 12.33 95.06 -
YUV 78.66 226.95 85.45 -
System Red Green Blue C M Y K H S L
Decimal 19 75 254 0.93 0.70 0 0.00 225.7 0.99 0.54
Hex 13 4B FE 5D 46 0 0 E2 63 36
Octal 23 113 376 135 106 0 0 342 143 66
Binary 10011 1001011 11111110 1011101 1000110 0 0 11100010 1100011 110110

Color Harmonies of #134BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BFE

Black with #134BFE

Text Example


Text Example

White with #134BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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