Html Css Color HEX #4358FA Neon Blue

📋 copy color: '#4358FA'

red 67 ◦ green 88 ◦ blue 250

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

Shades of Neon Blue #4358FA

Tints of Neon Blue #4358FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.73%

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

R = 16.54%
G = 21.73%
B = 61.73%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4358FA (or 0x4358FA) is known color: Neon Blue. HEX triplet: 43, 58 and FA. RGB value is (67,88,250). Sum of RGB (Red+Green+Blue) = 67+88+250=405 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.54% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #4358FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4358FA is #BCA705. Grayscale: #636363. Windows color (decimal): -12363526 or 16406595. OLE color: 16406595.

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

Color convert

RGB 67 88 250 -
CMYK 0.73 0.65 0 0.02
HSL 233.11º 0.95% 0.62% -
HSV(B) 233.11º 0.73% 0.98% -
XYZ 23.06 15.07 92.14 -
YUV 100.19 212.54 104.33 -
System Red Green Blue C M Y K H S L
Decimal 67 88 250 0.73 0.65 0 0.02 233.11 0.95 0.62
Hex 43 58 FA 49 41 0 2 E9 5F 3E
Octal 103 130 372 111 101 0 2 351 137 76
Binary 1000011 1011000 11111010 1001001 1000001 0 10 11101001 1011111 111110

Color Harmonies of #4358FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4358FA

Black with #4358FA

Text Example


Text Example

White with #4358FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4358FA; }

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

 H1.HeaderClassName
 {
   color: #4358FA;
 }
 .AnyTagClassName
 {
   color: #4358FA;
 }
</style>

background-color css

<style>
 a { background-color: #4358FA; }

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

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

border-color css

<style>
 span { border-color: #4358FA; }

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

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