Html Css Color HEX #334CEB Neon Blue

📋 copy color: '#334CEB'

red 51 ◦ green 76 ◦ blue 235

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

Shades of Neon Blue #334CEB

Tints of Neon Blue #334CEB

RGB

 RED value IS 51 (20.31% from 255) = 14.09%

 GREEN value IS 76 (30.08% from 255) = 20.99%

 BLUE value IS 235 (92.19% from 255) = 64.92%

R = 14.09%
G = 20.99%
B = 64.92%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#334CEB (or 0x334CEB) is known color: Neon Blue. HEX triplet: 33, 4C and EB. RGB value is (51,76,235). Sum of RGB (Red+Green+Blue) = 51+76+235=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #334CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334CEB is #CCB314. Grayscale: #555555. Windows color (decimal): -13415189 or 15420467. OLE color: 15420467.

HSL color Cylindrical-coordinate representation of color #334CEB: hue angle of 231.85º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334CEB is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 76 235 -
CMYK 0.78 0.68 0 0.08
HSL 231.85º 0.82% 0.56% -
HSV(B) 231.85º 0.78% 0.92% -
XYZ 18.95 11.87 79.89 -
YUV 86.65 211.72 102.57 -
System Red Green Blue C M Y K H S L
Decimal 51 76 235 0.78 0.68 0 0.08 231.85 0.82 0.56
Hex 33 4C EB 4E 44 0 8 E8 52 38
Octal 63 114 353 116 104 0 10 350 122 70
Binary 110011 1001100 11101011 1001110 1000100 0 1000 11101000 1010010 111000

Color Harmonies of #334CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334CEB

Black with #334CEB

Text Example


Text Example

White with #334CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334CEB; }

 p { color: rgb(51,76,235); }

 H1.HeaderClassName
 {
   color: #334CEB;
 }
 .AnyTagClassName
 {
   color: #334CEB;
 }
</style>

background-color css

<style>
 a { background-color: #334CEB; }

 a { background-color: rgb(51,76,235); }

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

border-color css

<style>
 span { border-color: #334CEB; }

 span { border-color: rgb(51,76,235); }

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