Html Css Color HEX #434CFA Neon Blue

📋 copy color: '#434CFA'

red 67 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #434CFA

Tints of Neon Blue #434CFA

RGB

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

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

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

R = 17.05%
G = 19.34%
B = 63.61%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#434CFA (or 0x434CFA) is known color: Neon Blue. HEX triplet: 43, 4C and FA. RGB value is (67,76,250). Sum of RGB (Red+Green+Blue) = 67+76+250=393 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.05% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #434CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434CFA is #BCB305. Grayscale: #5C5C5C. Windows color (decimal): -12366598 or 16403523. OLE color: 16403523.

HSL color Cylindrical-coordinate representation of color #434CFA: hue angle of 237.05º 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 #434CFA is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 67 76 250 -
CMYK 0.73 0.70 0 0.02
HSL 237.05º 0.95% 0.62% -
HSV(B) 237.05º 0.73% 0.98% -
XYZ 22.15 13.26 91.84 -
YUV 93.15 216.52 109.35 -
System Red Green Blue C M Y K H S L
Decimal 67 76 250 0.73 0.70 0 0.02 237.05 0.95 0.62
Hex 43 4C FA 49 46 0 2 ED 5F 3E
Octal 103 114 372 111 106 0 2 355 137 76
Binary 1000011 1001100 11111010 1001001 1000110 0 10 11101101 1011111 111110

Color Harmonies of #434CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434CFA

Black with #434CFA

Text Example


Text Example

White with #434CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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