Html Css Color HEX #434EFA Neon Blue

📋 copy color: '#434EFA'

red 67 ◦ green 78 ◦ blue 250

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

Shades of Neon Blue #434EFA

Tints of Neon Blue #434EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.75%

 BLUE value IS 250 (98.05% from 255) = 63.29%

R = 16.96%
G = 19.75%
B = 63.29%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#434EFA (or 0x434EFA) is known color: Neon Blue. HEX triplet: 43, 4E and FA. RGB value is (67,78,250). Sum of RGB (Red+Green+Blue) = 67+78+250=395 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.96% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #434EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434EFA is #BCB105. Grayscale: #5D5D5D. Windows color (decimal): -12366086 or 16404035. OLE color: 16404035.

HSL color Cylindrical-coordinate representation of color #434EFA: hue angle of 236.39º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #434EFA is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 67 78 250 -
CMYK 0.73 0.69 0 0.02
HSL 236.39º 0.95% 0.62% -
HSV(B) 236.39º 0.73% 0.98% -
XYZ 22.29 13.54 91.88 -
YUV 94.32 215.86 108.51 -
System Red Green Blue C M Y K H S L
Decimal 67 78 250 0.73 0.69 0 0.02 236.39 0.95 0.62
Hex 43 4E FA 49 45 0 2 EC 5F 3E
Octal 103 116 372 111 105 0 2 354 137 76
Binary 1000011 1001110 11111010 1001001 1000101 0 10 11101100 1011111 111110

Color Harmonies of #434EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434EFA

Black with #434EFA

Text Example


Text Example

White with #434EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,78,250); }

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

background-color css

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

 a { background-color: rgb(67,78,250); }

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

border-color css

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

 span { border-color: rgb(67,78,250); }

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