Html Css Color HEX #434DFD Neon Blue

📋 copy color: '#434DFD'

red 67 ◦ green 77 ◦ blue 253

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

Shades of Neon Blue #434DFD

Tints of Neon Blue #434DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.73%

R = 16.88%
G = 19.4%
B = 63.73%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#434DFD (or 0x434DFD) is known color: Neon Blue. HEX triplet: 43, 4D and FD. RGB value is (67,77,253). Sum of RGB (Red+Green+Blue) = 67+77+253=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #434DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434DFD is #BCB202. Grayscale: #5D5D5D. Windows color (decimal): -12366339 or 16600387. OLE color: 16600387.

HSL color Cylindrical-coordinate representation of color #434DFD: hue angle of 236.77º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #434DFD is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 67 77 253 -
CMYK 0.74 0.70 0 0.01
HSL 236.77º 0.98% 0.63% -
HSV(B) 236.77º 0.74% 0.99% -
XYZ 22.7 13.59 94.36 -
YUV 94.07 217.69 108.69 -
System Red Green Blue C M Y K H S L
Decimal 67 77 253 0.74 0.70 0 0.01 236.77 0.98 0.63
Hex 43 4D FD 4A 46 0 1 ED 62 3F
Octal 103 115 375 112 106 0 1 355 142 77
Binary 1000011 1001101 11111101 1001010 1000110 0 1 11101101 1100010 111111

Color Harmonies of #434DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434DFD

Black with #434DFD

Text Example


Text Example

White with #434DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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