Html Css Color HEX #384AFC Neon Blue

📋 copy color: '#384AFC'

red 56 ◦ green 74 ◦ blue 252

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

Shades of Neon Blue #384AFC

Tints of Neon Blue #384AFC

RGB

 RED value IS 56 (22.27% from 255) = 14.66%

 GREEN value IS 74 (29.3% from 255) = 19.37%

 BLUE value IS 252 (98.83% from 255) = 65.97%

R = 14.66%
G = 19.37%
B = 65.97%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#384AFC (or 0x384AFC) is known color: Neon Blue. HEX triplet: 38, 4A and FC. RGB value is (56,74,252). Sum of RGB (Red+Green+Blue) = 56+74+252=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #384AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384AFC is #C7B503. Grayscale: #585858. Windows color (decimal): -13088004 or 16534072. OLE color: 16534072.

HSL color Cylindrical-coordinate representation of color #384AFC: hue angle of 234.49º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384AFC is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 74 252 -
CMYK 0.78 0.71 0 0.01
HSL 234.49º 0.97% 0.6% -
HSV(B) 234.49º 0.78% 0.99% -
XYZ 21.65 12.77 93.42 -
YUV 88.91 220.04 104.53 -
System Red Green Blue C M Y K H S L
Decimal 56 74 252 0.78 0.71 0 0.01 234.49 0.97 0.6
Hex 38 4A FC 4E 47 0 1 EA 61 3C
Octal 70 112 374 116 107 0 1 352 141 74
Binary 111000 1001010 11111100 1001110 1000111 0 1 11101010 1100001 111100

Color Harmonies of #384AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384AFC

Black with #384AFC

Text Example


Text Example

White with #384AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384AFC; }

 p { color: rgb(56,74,252); }

 H1.HeaderClassName
 {
   color: #384AFC;
 }
 .AnyTagClassName
 {
   color: #384AFC;
 }
</style>

background-color css

<style>
 a { background-color: #384AFC; }

 a { background-color: rgb(56,74,252); }

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

border-color css

<style>
 span { border-color: #384AFC; }

 span { border-color: rgb(56,74,252); }

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