Html Css Color HEX #384BFA Neon Blue

📋 copy color: '#384BFA'

red 56 ◦ green 75 ◦ blue 250

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

Shades of Neon Blue #384BFA

Tints of Neon Blue #384BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.69%

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

R = 14.7%
G = 19.69%
B = 65.62%

CMYK

 C value IS 0.78

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#384BFA (or 0x384BFA) is known color: Neon Blue. HEX triplet: 38, 4B and FA. RGB value is (56,75,250). Sum of RGB (Red+Green+Blue) = 56+75+250=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #384BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384BFA is #C7B405. Grayscale: #585858. Windows color (decimal): -13087750 or 16403256. OLE color: 16403256.

HSL color Cylindrical-coordinate representation of color #384BFA: hue angle of 234.12º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384BFA is Cyan = 0.78, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 75 250 -
CMYK 0.78 0.7 0 0.02
HSL 234.12º 0.95% 0.6% -
HSV(B) 234.12º 0.78% 0.98% -
XYZ 21.4 12.78 91.78 -
YUV 89.27 218.71 104.27 -
System Red Green Blue C M Y K H S L
Decimal 56 75 250 0.78 0.7 0 0.02 234.12 0.95 0.6
Hex 38 4B FA 4E 46 0 2 EA 5F 3C
Octal 70 113 372 116 106 0 2 352 137 74
Binary 111000 1001011 11111010 1001110 1000110 0 10 11101010 1011111 111100

Color Harmonies of #384BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BFA

Black with #384BFA

Text Example


Text Example

White with #384BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,75,250); }

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

background-color css

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

 a { background-color: rgb(56,75,250); }

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

border-color css

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

 span { border-color: rgb(56,75,250); }

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