Html Css Color HEX #434DEA Neon Blue

📋 copy color: '#434DEA'

red 67 ◦ green 77 ◦ blue 234

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

Shades of Neon Blue #434DEA

Tints of Neon Blue #434DEA

RGB

 RED value IS 67 (26.56% from 255) = 17.72%

 GREEN value IS 77 (30.47% from 255) = 20.37%

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 17.72%
G = 20.37%
B = 61.9%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#434DEA (or 0x434DEA) is known color: Neon Blue. HEX triplet: 43, 4D and EA. RGB value is (67,77,234). Sum of RGB (Red+Green+Blue) = 67+77+234=378 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.72% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #434DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434DEA is #BCB215. Grayscale: #5B5B5B. Windows color (decimal): -12366358 or 15355203. OLE color: 15355203.

HSL color Cylindrical-coordinate representation of color #434DEA: hue angle of 236.41º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #434DEA is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 67 77 234 -
CMYK 0.71 0.67 0 0.08
HSL 236.41º 0.8% 0.59% -
HSV(B) 236.41º 0.71% 0.92% -
XYZ 19.82 12.44 79.2 -
YUV 91.91 208.19 110.23 -
System Red Green Blue C M Y K H S L
Decimal 67 77 234 0.71 0.67 0 0.08 236.41 0.8 0.59
Hex 43 4D EA 47 43 0 8 EC 50 3B
Octal 103 115 352 107 103 0 10 354 120 73
Binary 1000011 1001101 11101010 1000111 1000011 0 1000 11101100 1010000 111011

Color Harmonies of #434DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434DEA

Black with #434DEA

Text Example


Text Example

White with #434DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434DEA; }

 p { color: rgb(67,77,234); }

 H1.HeaderClassName
 {
   color: #434DEA;
 }
 .AnyTagClassName
 {
   color: #434DEA;
 }
</style>

background-color css

<style>
 a { background-color: #434DEA; }

 a { background-color: rgb(67,77,234); }

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

border-color css

<style>
 span { border-color: #434DEA; }

 span { border-color: rgb(67,77,234); }

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